From d581efa789d7239b61d7c71f58fc980c350b2de1 Mon Sep 17 00:00:00 2001 From: notin Date: Fri, 11 Jan 2008 15:49:30 +0000 Subject: Amélioration de la génération des graphes de dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10438 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index 16dc75894..67c4c34d1 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -133,6 +133,11 @@ HASCOQIDE=COQIDEOPT # Defining REVISION CHECKEDOUT=CHECKEDOUTSOURCETREE +# Defining options to generate dependencies graphs +DOT=dot +DOTOPTS=-Tps +ODOCDOTOPTS=-dot -dot-reduce + # make or sed are bogus and believe lines not terminating by a return # are inexistent -- cgit v1.2.3