diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-07-16 14:28:51 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-07-16 14:28:51 +0000 |
commit | 65ebb5f12290fe8046105b1f1ebd31faaea22c3b (patch) | |
tree | 5390c8c6a682eacee7b15efb3e3cf107081dad07 /config/Makefile.template | |
parent | caf18e2f8ef3b63337712ba97b0b049184ae9437 (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 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index e5061ebe8..fc8af173f 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -141,6 +141,9 @@ DOT=dot DOTOPTS=-Tps ODOCDOTOPTS=-dot -dot-reduce +# Option to control compilation and installation of the documentation +WITHDOC=WITHDOCOPT + # make or sed are bogus and believe lines not terminating by a return # are inexistent |