diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-10 03:17:37 +0000 |
commit | 9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch) | |
tree | 55af04bc09f1abee2076e83437db2997d682f2b5 /Makefile | |
parent | 3528c72d7e832227c819deb422453fa1552d38f8 (diff) | |
download | pandoc-9a2c653277bc29889404ffb96fa47f9445a6ceaa.tar.gz |
More website tweaks. Added demo of extra xsl configuration
and CSS in chunked xhtml produced from docbook.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -381,13 +381,14 @@ website: $(MAIN) html sed -e 's/@WINDOWS_PKG_NAME@/$(win_pkg_name)/g' | \ sed -e 's/@VERSION@/$(VERSION)/g' > $(web_dest)/index.txt; \ cp $(web_src)/features.txt $(web_dest)/ ; \ - ./$(MAIN) -s -w latex README > $(web_dest)/README.tex ; \ cp $(web_src)/myheader.tex $(web_dest)/ ; \ cp $(web_src)/S5DEMO $(web_dest)/ ; \ cp $(web_src)/header.html $(web_dest)/ ; \ cp $(web_src)/footer.html $(web_dest)/ ; \ cp $(web_src)/mkdemos.pl $(web_dest)/ ; \ cp $(web_src)/demos $(web_dest)/ ; \ + cp $(web_src)/docbook.css $(web_dest)/ ; \ + cp $(web_src)/config.xsl $(web_dest)/ ; \ cp $(web_src)/Makefile $(web_dest)/ ; \ PANDOC_PATH=$(shell pwd) make -C $(web_dest) ; \ ) || { rm -rf $(web_dest); exit 1; } |