summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-16 11:20:00 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-16 11:20:00 +0200
commit5df54babb6393900f4a70fa6773502ee9b0b2b1c (patch)
treee617c9172f5492fe6a41692bbbf8255584a5d4d0 /Makefile
parent26ca167df7475a5945289842e52dda67f604a0d1 (diff)
Trigger rebuild also on changes to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f4f647..9a3d6e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ update: source all
source: .git
git pull
-%.html %/index.html: %.mdwn
+%.html %/index.html: %.mdwn Makefile
$(if $(filter-out ./,$(dir $@)),mkdir -p $(dir $@))
pandoc -f markdown -t html -o $@ $<