From 65ebb5f12290fe8046105b1f1ebd31faaea22c3b Mon Sep 17 00:00:00 2001 From: notin Date: Wed, 16 Jul 2008 14:28:51 +0000 Subject: 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 --- Makefile.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.build') 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 ########################################################################### -- cgit v1.2.3