diff options
| author | Jim Fehrle | 2020-01-18 17:41:25 -0800 |
|---|---|---|
| committer | Jim Fehrle | 2020-02-24 18:40:16 -0800 |
| commit | 8c192db25a2dc11dd4136ed1b3b1af9a3ac6a18e (patch) | |
| tree | 5b139e43615da0fe9bb2557bade9bc8a0768efe7 /Makefile.doc | |
| parent | 45a249cf495be786d15a5d7d3b51001c84f74dee (diff) | |
Generate prodnCommands file that compares commands in the grammar to
those in the rsts.
Diffstat (limited to 'Makefile.doc')
| -rw-r--r-- | Makefile.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc index eb58162cc0..1785736dc3 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -256,7 +256,7 @@ doc/tools/docgram/fullGrammar: $(DOC_GRAM) $(DOC_MLGS) #todo: add a dependency of sphinx on updated_rsts when we're ready doc/tools/docgram/orderedGrammar doc/tools/docgram/updated_rsts: $(DOC_GRAM) $(DOC_EDIT_MLGS) $(SHOW)'DOC_GRAM_RSTS' - $(HIDE)$(DOC_GRAM) $(DOC_MLGS) $(DOC_RSTS) + $(HIDE)$(DOC_GRAM) -check-cmds $(DOC_MLGS) $(DOC_RSTS) doc/tools/docgram/updated_rsts: doc/tools/docgram/orderedGrammar |
