From 7b1ee54e69833538988b5a2ab58ab0bb34706b64 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 21 Oct 2021 23:26:45 -0400 Subject: [PATCH] GNUmakefile: fix generation of atom and rss feeds --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $\ -- 2.20.1