aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-11 15:02:54 +0200
committerThéo Zimmermann2020-04-11 15:02:54 +0200
commit227520b14e978e19d58368de873521a283aecedd (patch)
treebda9fc61dd66b3eb97aa26dca26cd12bdd70156b /Makefile.doc
parent1d7729c1007e320dbae3bc603838da817d40651c (diff)
parent4c9ba141f8f7e067f274cb5a02293e8e52f89487 (diff)
Merge PR #11961: Convert vernac commands chapter to prodn, update syntax
Ack-by: Zimmi48 Ack-by: cpitclaudel
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 9da175f0e5..effd624cff 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -248,7 +248,7 @@ PLUGIN_MLGS := $(wildcard plugins/*/*.mlg)
OMITTED_PLUGIN_MLGS := plugins/ssr/ssrparser.mlg plugins/ssr/ssrvernac.mlg plugins/ssrmatching/g_ssrmatching.mlg
DOC_MLGS := $(wildcard */*.mlg) $(sort $(filter-out $(OMITTED_PLUGIN_MLGS), $(PLUGIN_MLGS)))
DOC_EDIT_MLGS := $(wildcard doc/tools/docgram/*.edit_mlg)
-DOC_RSTS := $(wildcard doc/sphinx/*/*.rst)
+DOC_RSTS := $(wildcard doc/sphinx/*/*.rst) $(wildcard doc/sphinx/*/*/*.rst)
doc/tools/docgram/fullGrammar: $(DOC_GRAM) $(DOC_MLGS)
$(SHOW)'DOC_GRAM'