diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-10 14:51:04 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 1999-12-10 14:51:04 +0000 |
commit | 1f2ec6429da2b09b58480c35e175428e39c1c37b (patch) | |
tree | 0b0149b5dd52c524ae7601d19b667fa1ea8f064a /config | |
parent | ba569318fee9055745b6bc191d97add351900e74 (diff) |
- erreurs Pretype
- Write / Restore State
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@230 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config')
-rw-r--r-- | config/Makefile.template | 3 | ||||
-rw-r--r-- | config/coq_config.mli | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 8194bec77..6ae9ca84a 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -15,6 +15,9 @@ # ############################################################################# +# Local use (no installation) +LOCAL=LOCALINSTALLATION + # Paths for true installation # BINDIR=path where coqtop, coqc, coqmktop, coq-tex, coqdep, gallina and # do_Makefile will reside diff --git a/config/coq_config.mli b/config/coq_config.mli index cfc3e29cb..4d3258e6a 100644 --- a/config/coq_config.mli +++ b/config/coq_config.mli @@ -1,6 +1,8 @@ (* $Id$ *) +val local : bool (* local use (no installation) *) + val bindir : string (* where the binaries are installed *) val coqlib : string (* where the std library is installed *) |