aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEnrico Tassi2015-01-16 21:09:30 +0100
committerEnrico Tassi2015-01-16 21:09:30 +0100
commit4985f0ff99278beb3b934f86edf1398659c611a8 (patch)
tree359fd3e17cf2fb44d3d3e71379be104b4993451b /tools
parentcbe7a174cf6450dcfd402d407e8afefccccde92b (diff)
coq_makefile: install also .v and .glob
This is useful for PIDE based interfaces, since they can build hyperlinks out of .glob files and let the user jump to the corresponding .v files
Diffstat (limited to 'tools')
-rw-r--r--tools/coq_makefile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index e9bdb6caca..d660f4205d 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -257,7 +257,7 @@ let install (vfiles,(mlifiles,ml4files,mlfiles,mllibfiles,mlpackfiles),_,sds) in
let cmxsfiles = List.rev_append cmofiles mllibfiles in
let where_what_cmxs = vars_to_put_by_root [("CMXSFILES",cmxsfiles)] inc in
let where_what_oth = vars_to_put_by_root
- [("VOFILES",vfiles);("NATIVEFILES",vfiles);("CMOFILES",cmofiles);("CMIFILES",cmifiles);("CMAFILES",mllibfiles)]
+ [("VOFILES",vfiles);("VFILES",vfiles);("GLOBFILES",vfiles);("NATIVEFILES",vfiles);("CMOFILES",cmofiles);("CMIFILES",cmifiles);("CMAFILES",mllibfiles)]
inc in
let doc_dir = where_put_doc inc in
let () = if is_install = Project_file.UnspecInstall then