aboutsummaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/Makefile b/web/Makefile
index d37568b1b..ece37e8a0 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -10,8 +10,8 @@ clean:
for file in $(ALL); do rm $$file; done; \
rm -r example*;
-examples.txt : $(PANDOC_DEPS) mkdemos.sh
- ./mkdemos.sh . $(PANDOC_PATH) > $@
+examples.txt : $(PANDOC_DEPS) mkdemos.pl
+ PATH=$(PANDOC_PATH):$$PATH ./mkdemos.pl demos $@
%.html : %.txt $(PANDOC_DEPS)
$(MAKEPAGE) $< > $@