aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authornotin2008-07-16 14:28:51 +0000
committernotin2008-07-16 14:28:51 +0000
commit65ebb5f12290fe8046105b1f1ebd31faaea22c3b (patch)
tree5390c8c6a682eacee7b15efb3e3cf107081dad07 /Makefile.build
parentcaf18e2f8ef3b63337712ba97b0b049184ae9437 (diff)
Ajout d'une option pour contrĂ´ler l'installation automatique de la documentation + ajout d'un test pour hevea et latex
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11227 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index a0035c78e8..a90eb0eb99 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -36,7 +36,12 @@ NOARG: world
# build and install the three subsystems: coq, coqide, pcoq
world: revision coq coqide pcoq
+ifeq ($(WITHDOC),all)
install: install-coq install-coqide install-pcoq install-doc
+else
+install: install-coq install-coqide install-pcoq
+endif
+
#install-manpages: install-coq-manpages install-pcoq-manpages
###########################################################################