aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
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"\