aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.template1
-rw-r--r--config/coq_config.mli1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template
index e9067e98f..11bc3ee7e 100644
--- a/config/Makefile.template
+++ b/config/Makefile.template
@@ -34,6 +34,7 @@ BUILDLDPATH=
# EMACSDIR=path where to put Coq's Emacs mode (coq.el)
BINDIR="BINDIRDIRECTORY"
COQLIBINSTALL="COQLIBDIRECTORY"
+CONFIGDIR="CONFIGDIRDIRECTORY"
MANDIR="MANDIRDIRECTORY"
DOCDIR="DOCDIRDIRECTORY"
EMACSLIB="EMACSLIBDIRECTORY"
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 4ad8dc58f..1fd361cc8 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -9,6 +9,7 @@
val local : bool (* local use (no installation) *)
val coqlib : string option (* where the std library is installed *)
+val configdir : string option (* where configuration files are installed *)
val docdir : string (* where the doc is installed *)
val ocaml : string (* names of ocaml binaries *)