summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-04-01 08:26:51 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-04-01 08:26:51 -0300
commit9444b234f082c6d9670d0e33a3979be96b48eb06 (patch)
treece1456a23c7e0b42b407c78f0fd2de656f9d8b1e /Makefile
parent1a220035bd519a7cea8fb526274c58dc3679bbbb (diff)
centralizar imagens soltas
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