X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/22e69f338295b2ab3ab7386ec7933c54ac104eb4..7b1ee54e69833538988b5a2ab58ab0bb34706b64:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 44270e7..24e9f9f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -14,7 +14,7 @@ port := $(if $(port),$(port),8000) TXT := $(filter-out bandali-pubkey.txt bandali.txt,$(wildcard *.txt)) OUT := $(patsubst %.txt,%.html,$(TXT)) OUT := $(patsubst bandali-%.html,%.html,$(OUT)) -FEEDS := $(wildcard *.atom) $(wildcard *.rss) +FEEDS := notes.atom notes.rss NOTES := $\ libreplanet-2021.txt $\ fsf-internship-beyond.txt $\ @@ -24,7 +24,7 @@ bandali-computing.txt $\ TXT_FA := $(filter-out fa/bandali.fa.txt,$(wildcard fa/*.fa.txt)) OUT_FA := $(patsubst fa/%.fa.txt,fa/%.html,$(TXT_FA)) OUT_FA := $(patsubst fa/bandali-%.html,fa/%.html,$(OUT_FA)) -FEEDS_FA := $(wildcard fa/*.atom) $(wildcard fa/*.rss) +FEEDS_FA := fa/notes.atom fa/notes.rss NOTES_FA := $\ fa/fsf-internship-beyond.fa.txt $\ fa/fsf-internship-intro.fa.txt $\