aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-05 14:29:54 +0200
committerThéo Zimmermann2018-10-05 14:29:54 +0200
commit3d263748166b2f4b3fd58a4f8de3e66f03713680 (patch)
tree5582ebc2f8b2f62517b4b92486d1a014bcf6c265 /dev/build
parent4108c982aa68e16e94896768358b83047977480d (diff)
parent6f56c46a8b2383c4c7cb2e10c24a5e5a3c2191fb (diff)
Merge PR #8645: Improve markdown in changes.
Diffstat (limited to 'dev/build')
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index 5f07aa8fca..b8bea755e0 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1374,7 +1374,7 @@ function copy_coq_license {
# FIXME: this is not the micromega license
# It only applies to code that was copied into one single file!
install -D README.md "$PREFIXCOQ/license_readme/coq/ReadMe.md"
- install -D CHANGES "$PREFIXCOQ/license_readme/coq/Changes.txt"
+ install -D CHANGES.md "$PREFIXCOQ/license_readme/coq/Changes.md"
install -D INSTALL "$PREFIXCOQ/license_readme/coq/Install.txt"
install -D doc/README.md "$PREFIXCOQ/license_readme/coq/ReadMeDoc.md" || true
fi