Added a latex -> markdown case to demos.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@301 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2006-12-28 06:58:04 +00:00
parent 2933f9f5e7
commit 2d253cadd3
2 changed files with 2 additions and 0 deletions

View file

@ -364,6 +364,7 @@ $(web_dest)/: $(MAIN) html
sed -e 's/@VERSION@/$(VERSION)/g' | \
$(make_page) > $(web_dest)/index.html; \
cp README $(web_dest)/ ; \
./$(MAIN) -s -w latex README > $(web_dest)/README.tex ; \
cp $(web_src)/S5DEMO $(web_dest)/ ; \
cp $(web_src)/header.html $(web_dest)/ ; \
cp $(web_src)/footer.html $(web_dest)/ ; \

View file

@ -10,6 +10,7 @@ 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 README.tex -o demo0.txt
pandoc -s -w rst README -o demo0.txt
pandoc -s README -o demo0.rtf
pandoc -s -m -i -w s5 S5DEMO -o demo0.html