diff options
| author | Gaëtan Gilbert | 2020-01-27 16:44:02 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-01-30 14:01:46 +0100 |
| commit | e1c0dae738c6b85950ad86344e4222f7f5bca1f6 (patch) | |
| tree | 80de1d35f63c538723829bb8e91a1361aff109f3 /Makefile.build | |
| parent | 92a294ca53752b61b0270a719826ffc759a25e8d (diff) | |
Don't install doc_grammar
Fix #11452
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build index a8ae040f8e..814305a2fe 100644 --- a/Makefile.build +++ b/Makefile.build @@ -417,7 +417,7 @@ $(COQTOPBYTE): $(COQTOP_BYTE) $(LINKCMO) $(LIBCOQRUN) ########################################################################### .PHONY: tools -tools: $(TOOLS) $(OCAMLLIBDEP) $(COQDEPBOOT) +tools: $(TOOLS) $(OCAMLLIBDEP) $(COQDEPBOOT) $(DOC_GRAM) # coqdep_boot : a basic version of coqdep, with almost no dependencies. # We state these dependencies here explicitly, since some .ml.d files |
