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:
parent
17f516fc15
commit
6da5be1d0f
1 changed files with 1 additions and 1 deletions
|
@ -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)$$'); \
|
||||
|
|
Loading…
Reference in a new issue