aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f714d731a..d9508c95d 100644
--- a/Makefile
+++ b/Makefile
@@ -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; }