From a5b7ca5eadc5cf1c2e431ea8b540006ff063e5b8 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Sat, 24 Aug 2019 03:02:19 +0200 Subject: [dune] Migrate static Dune files to Dune 1.10 This improves error reporting. Addendum to #10515 --- vernac/dune | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'vernac') diff --git a/vernac/dune b/vernac/dune index 45b567d631..ba361b1377 100644 --- a/vernac/dune +++ b/vernac/dune @@ -5,12 +5,4 @@ (wrapped false) (libraries tactics parsing)) -(rule - (targets g_proofs.ml) - (deps (:mlg-file g_proofs.mlg)) - (action (run coqpp %{mlg-file}))) - -(rule - (targets g_vernac.ml) - (deps (:mlg-file g_vernac.mlg)) - (action (run coqpp %{mlg-file}))) +(coq.pp (modules g_proofs g_vernac)) -- cgit v1.2.3