diff options
| author | Emilio Jesus Gallego Arias | 2018-07-12 18:48:28 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-07-12 19:33:43 +0200 |
| commit | 1419bb9ddd1299673707404f1f35b4904648760b (patch) | |
| tree | a6715760d7536a29d13c9d06b116b36c1bee4a95 /dev | |
| parent | e99a1fa8d225496e2a5f74d1247a99a07dba4597 (diff) | |
[dev] Autogenerate OCaml dev files.
For now we only copy the templates, but we could do more fancy stuff.
This helps to be compatible with build systems that take care of these
files automatically, see:
https://github.com/coq/coq/pull/6857#discussion_r202096579
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/tools/coqdev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tools/coqdev.el b/dev/tools/coqdev.el index 70a9756e51..ec72f96509 100644 --- a/dev/tools/coqdev.el +++ b/dev/tools/coqdev.el @@ -33,7 +33,7 @@ (defun coqdev-default-directory () "Return the Coq repository containing `default-directory'." - (let ((dir (locate-dominating-file default-directory "META.coq"))) + (let ((dir (locate-dominating-file default-directory "META.coq.in"))) (when dir (expand-file-name dir)))) (defun coqdev-setup-compile-command () |
