aboutsummaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
commit9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch)
tree55af04bc09f1abee2076e83437db2997d682f2b5 /web/Makefile
parent3528c72d7e832227c819deb422453fa1552d38f8 (diff)
downloadpandoc-9a2c653277bc29889404ffb96fa47f9445a6ceaa.tar.gz
More website tweaks. Added demo of extra xsl configuration
and CSS in chunked xhtml produced from docbook. git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile
index ece37e8a0..b713a05fe 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -10,7 +10,7 @@ clean:
for file in $(ALL); do rm $$file; done; \
rm -r example*;
-examples.txt : $(PANDOC_DEPS) mkdemos.pl
+examples.txt : $(PANDOC_DEPS) mkdemos.pl config.xsl S5DEMO README
PATH=$(PANDOC_PATH):$$PATH ./mkdemos.pl demos $@
%.html : %.txt $(PANDOC_DEPS)