Skip to content

Commit

Permalink
Merge PR #12994: Fix docgram's dune file following #12085.
Browse files Browse the repository at this point in the history
Reviewed-by: ejgallego
  • Loading branch information
coqbot-app[bot] committed Sep 9, 2020
2 parents 3d22134 + 461e0d6 commit cdfe69d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/tools/docgram/dune
Expand Up @@ -12,7 +12,7 @@
(glob_files %{project_root}/parsing/*.mlg)
(glob_files %{project_root}/toplevel/*.mlg)
(glob_files %{project_root}/vernac/*.mlg)
; All plugins except SSReflect and Ltac2 for now (mimicking what is done in Makefile.doc)
; All plugins except SSReflect for now (mimicking what is done in Makefile.doc)
(glob_files %{project_root}/plugins/btauto/*.mlg)
(glob_files %{project_root}/plugins/cc/*.mlg)
(glob_files %{project_root}/plugins/derive/*.mlg)
Expand All @@ -26,6 +26,7 @@
(glob_files %{project_root}/plugins/rtauto/*.mlg)
(glob_files %{project_root}/plugins/setoid_ring/*.mlg)
(glob_files %{project_root}/plugins/syntax/*.mlg)
(glob_files %{project_root}/user-contrib/Ltac2/*.mlg)
; Sphinx files
(glob_files %{project_root}/doc/sphinx/language/*.rst)
(glob_files %{project_root}/doc/sphinx/proof-engine/*.rst)
Expand Down

0 comments on commit cdfe69d

Please sign in to comment.