aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-28 06:58:04 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-12-28 06:58:04 +0000
commit2d253cadd386589d4fdb41b99b5a0b41c648e9db (patch)
treea8a0656716a38d73fc50345deb05b378ea0f072e
parent2933f9f5e7b234e73caba422d39c5dfc326f01d6 (diff)
downloadpandoc-2d253cadd386589d4fdb41b99b5a0b41c648e9db.tar.gz
Added a latex -> markdown case to demos.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@301 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--Makefile1
-rw-r--r--web/demos.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca8b52509..b0e588696 100644
--- a/Makefile
+++ b/Makefile
@@ -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)/ ; \
diff --git a/web/demos.sh b/web/demos.sh
index ca25a4bec..7dbada910 100644
--- a/web/demos.sh
+++ b/web/demos.sh
@@ -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