About Social Code
summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 22:58:09 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2023-01-20 22:58:09 -0500
commitcb205d1c4bf42f5c2e25cef6e7884853c86de056 (patch)
treed63a8cdc01d22bb2af5d58739fba24e4b803187c /makefile
parent75b3b6a4785b91909de7e06d2b729e43c1daeb59 (diff)
Add RSS feed
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6c10813..80ba4fc 100644
--- a/makefile
+++ b/makefile
@@ -33,7 +33,10 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md
-M main_container="main-container-page" \
-o $@
-$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES)
+html/feed.xml: $(META_DOCS)
+ ./tools/rss_gen.py
+
+$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) html/feed.xml
touch $(HTML_DIR)/.nojekyll
pandoc -s --lua-filter=./tools/front_page.lua --template=./templates/main.html main.md \
--metadata=note_list:"$(SOURCE_FILES)" \