website: Added math.text to dependencies for examples.html in Makefile.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1194 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2008-01-23 02:17:47 +00:00
parent 17f516fc15
commit 6da5be1d0f

View file

@ -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)$$'); \