aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 8ab4bf199c..f330cdc6a7 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -153,10 +153,8 @@ doc-html.tar.gz: all-html
- $(MKDIR) coq-docs-html
rm -rf coq-docs-html/*
cp Tutorial.v.html coq-docs-html/tutorial.html
- cp Reference-Manual.html coq-docs-html
- (cd coq-docs-html;\
- htmlsplit -N -T "The Coq Proof Assistant Reference Manual"\
- ./Reference-Manual.html; rm ./Reference-Manual.html)
+ cp Reference-Manual.html coqide-queries.png coqide.png coq-docs-html
+ (cd coq-docs-html; hacha ./Reference-Manual.html; rm ./Reference-Manual.html)
cp cover.html coq-docs-html
tar cf doc-html.tar coq-docs-html
gzip -f doc-html.tar
@@ -166,12 +164,8 @@ html-www: all-html
- $(MKDIR) www
rm -rf www/*
cp Tutorial.v.html www/tutorial.html
- cp Reference-Manual.html www
- (cd www;\
- htmlsplit -N -T "The Coq Proof Assistant Reference Manual"\
- -n ../icons/next.gif -p ../icons/prev.gif -r ../icons/root.gif\
- -s ../icons/sub.gif ./Reference-Manual.html;\
- rm ./Reference-Manual.html)
+ cp Reference-Manual.html coqide-queries.png coqide.png www
+ (cd www; hacha ./Reference-Manual.html; rm ./Reference-Manual.html)
cp cover.html www