aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authormohring2004-01-06 13:51:59 +0000
committermohring2004-01-06 13:51:59 +0000
commitadfe3fb388239e4985b65f9864bba9ce894c29e0 (patch)
tree05e10a2e26b68b6c282db33707822868374f184b /doc/Makefile
parenta75c981d46c9483c07397035cb55bd23a65863b3 (diff)
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8467 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile
index dd57e853bf..8ab4bf199c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -153,8 +153,6 @@ 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 Changes.v.html coq-docs-html/changes.html
-# cp Library.html coq-docs-html/library.html
cp Reference-Manual.html coq-docs-html
(cd coq-docs-html;\
htmlsplit -N -T "The Coq Proof Assistant Reference Manual"\
@@ -168,8 +166,6 @@ html-www: all-html
- $(MKDIR) www
rm -rf www/*
cp Tutorial.v.html www/tutorial.html
-# cp Changes.v.html www/changes.html
-# cp Library.html www/library.html
cp Reference-Manual.html www
(cd www;\
htmlsplit -N -T "The Coq Proof Assistant Reference Manual"\