projects
/
~bandali
/
bndl.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
22e69f3
)
GNUmakefile: fix generation of atom and rss feeds
author
Amin Bandali
<bandali@gnu.org>
Fri, 22 Oct 2021 03:26:45 +0000
(23:26 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 22 Oct 2021 03:26:45 +0000
(23:26 -0400)
GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index
44270e7
..
24e9f9f
100644
(file)
--- 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))
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 $\
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))
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 $\
NOTES_FA := $\
fa/fsf-internship-beyond.fa.txt $\
fa/fsf-internship-intro.fa.txt $\