diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-11-07 16:32:15 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-11-07 16:32:15 +0000 |
| commit | 5cd286aa452a7a75de9eb37cb74ed22d5b3ebfaf (patch) | |
| tree | 3052099210f0ca58494706e3fb668694d287e976 /web/Makefile | |
| parent | c1272dee93c2612a8d06a876e51a3ed0cfa2eb9e (diff) | |
| download | pandoc-5cd286aa452a7a75de9eb37cb74ed22d5b3ebfaf.tar.gz | |
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
Diffstat (limited to 'web/Makefile')
| -rw-r--r-- | web/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 $< > $@ |
