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 c8878f2..56c59f6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,6 @@ blog/index.html: blog/posts.csv templates/base.m4
m4 -DPAGECONTENT="$$(./csv2index.sh /blog < $<)" templates/base.m4 > $@
%.html: %.md templates/base.m4
- m4 -DPAGECONTENT="$$(markdown $<)" templates/base.m4 > $@
+ m4 -DPAGECONTENT="$$(./genpage.sh < $<)" templates/base.m4 > $@
.PHONY: all clean dist