aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/ideutils.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-24 18:37:10 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-24 18:37:59 +0200
commit9973cd2ca529076388710e90f2c46180581397cf (patch)
treea057addf5e8873d5b8804969a62a07e47bbdd66c /ide/ideutils.ml
parent604621edc81f1c439af5c36ee31c6977c6c3f9f0 (diff)
Install index_urls.txt in a location where coqide might actually find it.
Diffstat (limited to 'ide/ideutils.ml')
-rw-r--r--ide/ideutils.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/ideutils.ml b/ide/ideutils.ml
index 945e425c6..006b41cc4 100644
--- a/ide/ideutils.ml
+++ b/ide/ideutils.ml
@@ -385,7 +385,7 @@ let url_for_keyword =
let cin =
try let index_urls = Filename.concat (List.find
(fun x -> Sys.file_exists (Filename.concat x "index_urls.txt"))
- (Minilib.coqide_config_dirs ())) "index_urls.txt" in
+ (Minilib.coqide_data_dirs ())) "index_urls.txt" in
open_in index_urls
with Not_found ->
let doc_url = doc_url () in