GNUmakefile: fix generation of atom and rss feeds
[~bandali/bndl.org] / GNUmakefile
index 44270e7..24e9f9f 100644 (file)
@@ -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 $\