aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-03-23 10:08:22 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-03-23 10:08:22 +0000
commitde8e041c0c9ced8f91e934255de6a925bdcd9d0a (patch)
tree57682cf33af1cf3d1d4eae2f62ef51da3b10ed57 /Makefile
parent64da3b4eac7d8d35bfd983e9f73bd1ff1bdcc216 (diff)
Correction d'un bug sur 'make doc' et modification des propriétés dans doc/
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8656 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebafe9f33..e6b5be6c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1258,7 +1258,7 @@ install-latex:
.PHONY: doc devdoc
-doc: coq
+doc: glob.dump
(cd doc; make all)
clean::