aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-18 22:50:06 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-18 22:50:06 +0000
commita428f79ca9ddacb4650c4a6bda7aa231e11d92ae (patch)
treed3bb79e95bf95bea97494bfb1afd348bf276da1d /config
parent6d7ee3b6267ef0d5bd3367d9230d9a4849aa42aa (diff)
./configure & freedesktop
1/ man dir is now prefix/share/man and not prefix/man git diff! 2/ a data dir option for coqide extra data. 3/ typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14821 85f007b7-540e-0410-9357-904b9bb8a0f7
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 11bc3ee7e..91b12cb4f 100644
--- a/config/Makefile.template
+++ b/config/Makefile.template
@@ -35,6 +35,7 @@ BUILDLDPATH=
BINDIR="BINDIRDIRECTORY"
COQLIBINSTALL="COQLIBDIRECTORY"
CONFIGDIR="CONFIGDIRDIRECTORY"
+DATADIR="DATADIRDIRECTORY"
MANDIR="MANDIRDIRECTORY"
DOCDIR="DOCDIRDIRECTORY"
EMACSLIB="EMACSLIBDIRECTORY"
diff --git a/config/coq_config.mli b/config/coq_config.mli
index 1fd361cc8..354460728 100644
--- a/config/coq_config.mli
+++ b/config/coq_config.mli
@@ -10,6 +10,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 datadir : string option (* where extra data files are installed *)
val docdir : string (* where the doc is installed *)
val ocaml : string (* names of ocaml binaries *)