From 5cd286aa452a7a75de9eb37cb74ed22d5b3ebfaf Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Fri, 7 Nov 2008 16:32:15 +0000 Subject: Website demos: removed escaping of -. Instead, don't use -S for examples.html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1491 788f1e2b-df1e-0410-8736-df70ead52e1b --- web/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/Makefile') diff --git a/web/Makefile b/web/Makefile index e7cd1d3d0..73f489607 100644 --- a/web/Makefile +++ b/web/Makefile @@ -15,6 +15,9 @@ examples.txt : mkdemos.pl config.xsl S5DEMO README demos math.text do highlight -k monospace -u utf-8 --style emacs $$file > $$file.html; \ done +examples.html : examples.txt + $(PANDOC_PATH)/pandoc -s -H css -A footer.html $< > $@ + index.html : index.txt css $(MAKEPAGE) --toc $< > $@ -- cgit v1.2.3