aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Bodin2020-05-26 16:44:05 +0100
committerEnrico Tassi2020-05-27 21:53:25 +0200
commit4bdfeb3c6d3a90fe2980a6d9063bb00136c53eeb (patch)
treecb1070f44e52a101c68f6f33179fcb95812e6610 /doc
parent9514c7dbf5a2691603a916d11ab38a34d600e501 (diff)
Adding changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/12389-coq_makefile.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/12389-coq_makefile.rst b/doc/changelog/08-tools/12389-coq_makefile.rst
new file mode 100644
index 0000000000..74e3a68170
--- /dev/null
+++ b/doc/changelog/08-tools/12389-coq_makefile.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ Adding the possibility in coq_makefile to directly set the installation folders,
+ through the :n:`COQLIBINSTALL` and :n:`COQDOCINSTALL` variables.
+ See :ref:`coqmakefilelocal`.
+ (`#12389 <https://github.com/coq/coq/pull/12389>`_, by Martin Bodin, review of Enrico Tassi).