diff --git a/makefile b/makefile index 2c48211..ffd90cf 100644 --- a/makefile +++ b/makefile @@ -7,13 +7,13 @@ PYTHON ::= venv/bin/python .PHONY: all clean public -all: $(BUILD_DIR)/index.html $(BUILD_DIR)/rss.xml $(BUILD_DIR)/syntax.css public $(BLOG_HTML) +all: $(BUILD_DIR)/index.html $(BUILD_DIR)/blog.rss $(BUILD_DIR)/syntax.css public $(BLOG_HTML) $(BUILD_DIR)/index.html: templates/index.html $(BLOG) page.py @mkdir -p "$(@D)" $(PYTHON) page.py --index "$<" $(BLOG) > "$@" -$(BUILD_DIR)/rss.xml: $(BLOG) rss.py page.py +$(BUILD_DIR)/blog.rss: $(BLOG) rss.py page.py @mkdir -p "$(@D)" $(PYTHON) rss.py $(BLOG) > "$@" diff --git a/templates/blog.html b/templates/blog.html index 0fcee4e..35bd28e 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -6,7 +6,7 @@ {title} – midgard - +
@@ -30,7 +30,7 @@ diff --git a/templates/index.html b/templates/index.html index 40f41dc..05daff4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ midgard - +
@@ -51,7 +51,7 @@