aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEnrico Tassi2019-10-29 11:22:42 +0100
committerEnrico Tassi2019-10-29 11:22:42 +0100
commit412a95efec1b594e6d54ab34b930e78fb0a66eee (patch)
tree783ce2b69a52e04f8fc9795fbb9f6a514187aed9 /doc
parent6c5de19692ba7c7b00c650ed02f3b4136cbf81fc (diff)
parent23a0f7343df0b92f847d7c5c8eec8ab4984295a3 (diff)
Merge PR #10947: Rename `VDFILE` from `.coqdeps.d` to `.<CoqMakefile>.d` in `coq_makefile`
Ack-by: SkySkimmer Reviewed-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/10947-coq-makefile-dep.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/10947-coq-makefile-dep.rst b/doc/changelog/08-tools/10947-coq-makefile-dep.rst
new file mode 100644
index 0000000000..f620b32cb8
--- /dev/null
+++ b/doc/changelog/08-tools/10947-coq-makefile-dep.rst
@@ -0,0 +1,5 @@
+- Renamed `VDFILE` from `.coqdeps.d` to `.<CoqMakefile>.d` in the `coq_makefile`
+ utility, where `<CoqMakefile>` is the name of the output file given by the
+ `-o` option. In this way two generated makefiles can coexist in the same
+ directory.
+ (`#10947 <https://github.com/coq/coq/pull/10947>`_, by Kazuhiko Sakaguchi).