diff options
| author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 06:48:16 +0000 |
|---|---|---|
| committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-12-28 06:48:16 +0000 |
| commit | 2933f9f5e7b234e73caba422d39c5dfc326f01d6 (patch) | |
| tree | eca2e1b3b6a5486044cc650dc62e014e74b89c32 | |
| parent | 5468e76a7eb6a910b095bf065bc70cdf244c0a1c (diff) | |
| download | pandoc-2933f9f5e7b234e73caba422d39c5dfc326f01d6.tar.gz | |
Added another demo case, with header and footer and css.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@299 788f1e2b-df1e-0410-8736-df70ead52e1b
| -rw-r--r-- | Makefile | 6 | ||||
| -rw-r--r-- | web/demos.sh | 1 |
2 files changed, 5 insertions, 2 deletions
@@ -363,8 +363,10 @@ $(web_dest)/: $(MAIN) html sed -e 's/@WINDOWS_PKG_NAME@/$(win_pkg_name)/g' | \ sed -e 's/@VERSION@/$(VERSION)/g' | \ $(make_page) > $(web_dest)/index.html; \ - cp README $(web_dest)/README; \ - cp $(web_src)/S5DEMO $(web_dest)/S5DEMO; \ + cp README $(web_dest)/ ; \ + cp $(web_src)/S5DEMO $(web_dest)/ ; \ + cp $(web_src)/header.html $(web_dest)/ ; \ + cp $(web_src)/footer.html $(web_dest)/ ; \ sh $(web_src)/demos.sh $(web_dest) | \ $(make_page) > $(web_dest)/demos.html; \ ) || { rm -rf $(web_dest); exit 1; } diff --git a/web/demos.sh b/web/demos.sh index 3c402ead6..ca25a4bec 100644 --- a/web/demos.sh +++ b/web/demos.sh @@ -8,6 +8,7 @@ NEWLINE=' ' DEMOS='pandoc README -o demo0.html pandoc -s -S README -o demo0.html +pandoc -s -S -c main.css -B header.html -A footer.html README -o demo0.html pandoc -s README -o demo0.tex pandoc -s -w rst README -o demo0.txt pandoc -s README -o demo0.rtf |
