aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:21 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:21 +0000
commit3854ae16ffbaf56b90fbb85bcce3d92cd65ea6a6 (patch)
treec431b8cf7ba5e7728724258255e5f98ebec7cd48 /Makefile.build
parent1c664fa327387950ab85f6249350a59f6516e0b6 (diff)
Makefile.build: a rule for building grammar.dot
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15370 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index 0c14f2354..da5e8e694 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -701,6 +701,9 @@ ml-doc:
parsing/parsing.dot : | parsing/parsing.mllib.d parsing/highparsing.mllib.d
$(OCAMLDOC_MLLIBD)
+parsing/grammar.dot : | parsing/grammar.mllib.d
+ $(OCAMLDOC_MLLIBD)
+
tactics/tactics.dot: | tactics/tactics.mllib.d tactics/hightactics.mllib.d
$(OCAMLDOC_MLLIBD)