aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 02:41:27 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 02:41:27 +0000
commit3528c72d7e832227c819deb422453fa1552d38f8 (patch)
tree41398b1670c664ebb99b8cfa418d1275ca9e56ba /Makefile
parente7dabc9dd0ed0bb2578677e893d7479ddbd2d1c6 (diff)
downloadpandoc-3528c72d7e832227c819deb422453fa1552d38f8.tar.gz
Minor changes to Makefile required by changes to website
build system. git-svn-id: https://pandoc.googlecode.com/svn/trunk@488 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e251f767e..f714d731a 100644
--- a/Makefile
+++ b/Makefile
@@ -386,7 +386,8 @@ website: $(MAIN) html
cp $(web_src)/S5DEMO $(web_dest)/ ; \
cp $(web_src)/header.html $(web_dest)/ ; \
cp $(web_src)/footer.html $(web_dest)/ ; \
- cp $(web_src)/mkdemos.sh $(web_dest)/ ; \
+ cp $(web_src)/mkdemos.pl $(web_dest)/ ; \
+ cp $(web_src)/demos $(web_dest)/ ; \
cp $(web_src)/Makefile $(web_dest)/ ; \
PANDOC_PATH=$(shell pwd) make -C $(web_dest) ; \
) || { rm -rf $(web_dest); exit 1; }