summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-26 19:55:41 +0100
committerPeter Simons <simons@cryp.to>2014-10-26 20:04:46 +0100
commit41b1bd09c0ac2b433b23559d7834446bd77b2bba (patch)
tree89e8f48422c982c5e87a51ad9d1ab7bee8456f37 /bootstrap.sh
parent994fd6582cba71a5c5c295f6ad320e330c2ec485 (diff)
downloadautoconf-archive-41b1bd09c0ac2b433b23559d7834446bd77b2bba.tar.gz
cfg.mk: copy 'README.md' to 'README' as part of the 'maintainer-all' target
Github wants the file to be called README.md, but the GNU coding standards say that the file must be called README. Duh. So we compromise by keeping the file README.md in the Git repository for Github, but during the build process we make a suffix-less copy that is the one we'll also distribute in the release archives.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d85eb7f..9fdbccd 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -36,5 +36,6 @@ echo >>ChangeLog '# this notice are preserved. This file is offered as-is, witho
echo >>ChangeLog ''
build-aux/gitlog-to-changelog >>ChangeLog -- m4/
bash gen-authors.sh >AUTHORS
+install -c -m 444 README.md README
autoreconf --install -Wall