aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-17 21:22:37 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-17 21:22:37 +0000
commit557bab888d8148f547fceda473610d3dd85efa84 (patch)
tree3cc08d425728622cdd2b3761c766fb7c62e21bc4 /CHANGES
parent2ae65af3007c5ed79e932135f27704cae00dd449 (diff)
Coq_makefile: if no -install is provided, install location is set by a Makefile variable or a special target.
1/ defining the USERINSTALL variable make a "user" installation instead of a "global" one. 2/ make userinstall is an alias for make USERINSTALL=true install git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14805 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fa7e19aa9..d5d721bb2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -226,7 +226,8 @@ Tools
* More variables are given by coqtop -config, others are defined only if the
users doesn't have defined them elsewhere. Consequently, generated makefile
should work directly on any architecture.
- * Packagers can take advantage of $(DSTROOT) introduction.
+ * Packagers can take advantage of $(DSTROOT) introduction. Installation can
+ be made in $XDG_DATA_HOME/coq.
* -arg option allows to send option as argument to coqc.
Changes from V8.2 to V8.3