diff options
| author | Emilio Jesus Gallego Arias | 2020-04-01 04:26:29 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-01 04:26:29 -0400 |
| commit | 74c8ea1173846a47a8c780fc07757253cad62789 (patch) | |
| tree | b83415c1c3adc5683969f1e31ac89e866503d469 /doc | |
| parent | 9a30155db05b5d76cfda4151454c30dd5a949b30 (diff) | |
| parent | 431541f91a09e9d8fe3b027475975a771d93332a (diff) | |
Merge PR #11960: Docgram use new no update option
Reviewed-by: ejgallego
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/tools/docgram/dune | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/tools/docgram/dune b/doc/tools/docgram/dune index fba4856241..a533a6d367 100644 --- a/doc/tools/docgram/dune +++ b/doc/tools/docgram/dune @@ -43,9 +43,6 @@ orderedGrammar) (action (progn - (bash "for f in fullGrammar orderedGrammar; do cp ${f} ${f}.old; done") - (chdir %{project_root} (run doc_grammar -check-cmds %{input})) - (bash "for f in fullGrammar orderedGrammar; do cp ${f} ${f}.new; done") - (bash "for f in fullGrammar orderedGrammar; do cp ${f}.old ${f}; done") + (chdir %{project_root} (run doc_grammar -check-cmds -no-update %{input})) (diff? fullGrammar fullGrammar.new) (diff? orderedGrammar orderedGrammar.new)))) |
