aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index 625ae7dfb..474e82eef 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -8,7 +8,7 @@ clean:
for file in $(ALL); do rm $$file; done; \
rm -r example*;
-examples.txt : $(PANDOC_DEPS) mkdemos.pl config.xsl S5DEMO README demos
+examples.txt : mkdemos.pl config.xsl S5DEMO README demos math.text
PATH=$(PANDOC_PATH):$$PATH ./mkdemos.pl demos $@
perl -pi -e 's!(href="(main|(my)?header|footer|example\d+)\.(html|tex|xml|css))"!\1.html"!g' $@
for file in $$(ls | egrep '(main|(my)?header|footer|example[0-9]+)\.(html|tex|xml|css)$$'); \