About Social Code
summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/makefile b/makefile
index eb45742..9c9b0cc 100644
--- a/makefile
+++ b/makefile
@@ -34,9 +34,12 @@ $(HTML_DIR)/%.html: $(PAGE_DIR)/%.md
-o $@
$(HTML_DIR)/feed.xml: $(META_DOCS)
- ./tools/rss_gen.py
+ ./tools/rss_gen.py $@
-$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) $(HTML_DIR)/feed.xml
+$(HTML_DIR)/igalia_feed.xml: $(META_DOCS)
+ ./tools/rss_gen.py $@ igalia
+
+$(HTML_DIR)/index.html: $(HTML_DOCS) $(PAGE_FILES) $(HTML_DIR)/feed.xml $(HTML_DIR)/igalia_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)" \