aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-13 21:11:09 +0100
committerThéo Zimmermann2019-12-13 21:11:09 +0100
commitc8cc1ac7fabb52ddfe50aee714bb7e1a1c3d3bc1 (patch)
treef0cc1c2f87bec15c6f9049d9390aed7c2e2af9f9 /dev/build
parentbd2b6097e731cad6654cd2948d1483a39fb37b84 (diff)
parent59aa19ab9adc2c8aceaa7752d5fecb24ebe2d725 (diff)
Merge PR #11259: [make] Rename Makefile to Makefile.make and INSTALL to INSTALL.md
Ack-by: SkySkimmer Reviewed-by: Zimmi48 Reviewed-by: gares Ack-by: jfehrle
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 82cc7a7117..b1c752ba60 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -1385,7 +1385,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 INSTALL "$PREFIXCOQ/license_readme/coq/Install.txt"
+ install -D INSTALL.md "$PREFIXCOQ/license_readme/coq/Install.txt"
install -D doc/README.md "$PREFIXCOQ/license_readme/coq/ReadMeDoc.md" || true
fi
}