diff options
| author | Gaëtan Gilbert | 2020-02-07 16:51:10 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-02-07 16:51:10 +0100 |
| commit | 79e9700d0533c3f36c9fbf0011f816981b8a3a3d (patch) | |
| tree | 543a22ffa0f8fbe6e331775cecac530fccb434c7 /dune | |
| parent | 633d9829d4e3678583c9e1ad161253fb53be1290 (diff) | |
| parent | 230dcbb9a843a0e89ad79de70bf3d9f2a14b317b (diff) | |
Merge PR #11523: [coqdep] Several refactoring and consolidations
Reviewed-by: SkySkimmer
Ack-by: gares
Diffstat (limited to 'dune')
| -rw-r--r-- | dune | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -25,7 +25,11 @@ (source_tree theories) (source_tree plugins) (source_tree user-contrib)) - (action (with-stdout-to .vfiles.d (bash "%{bin:coqdep} -dyndep both -noglob -boot `find theories plugins user-contrib -type f -name *.v`")))) + (action + (with-stdout-to .vfiles.d + (bash "%{bin:coqdep} -dyndep both -noglob -boot -R theories Coq -R plugins Coq -Q user-contrib/Ltac2 Ltac2 -I user-contrib/Ltac2 \ + `find plugins/ -maxdepth 1 -mindepth 1 -type d -printf '-I %p '` \ + `find theories plugins user-contrib -type f -name *.v`")))) (alias (name vodeps) |
