aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile14
-rw-r--r--doc/Reference-Manual.tex2
2 files changed, 6 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
diff --git a/doc/Reference-Manual.tex b/doc/Reference-Manual.tex
index a46f71631b..2e6c458439 100644
--- a/doc/Reference-Manual.tex
+++ b/doc/Reference-Manual.tex
@@ -94,8 +94,10 @@
\printindex[error]
+%BEGIN LATEX
\listoffigures
\addcontentsline{toc}{chapter}{\listfigurename}
+%END LATEX
%BEGIN LATEX
\RefManCutCommand{psselect -q -p-$ENDREFMAN,$BEGINBIBLIO- Reference-Manual.ps Reference-Manual-base.ps}