summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d71560..6998070 100644
--- a/Makefile
+++ b/Makefile
@@ -172,7 +172,7 @@ blog/rss.xml: $(ARTICLES)
"$(BLOG_URL_ROOT)`basename $$FILE | sed 's/\.md/\.html/'`" \
"$(BLOG_URL_ROOT)`basename $$FILE | sed 's/\.md/\.html/'`" \
"$$DATE" \
- "`tail -n+3 < $$FILE`"; \
+ "`markdown < $$FILE`"; \
done >> $@
printf '</channel>\n</rss>\n' >> $@