aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas Couwenberg <sebastic@xs4all.nl>2020-02-12 12:53:46 +0100
committerKristian Evers <kristianevers@gmail.com>2020-02-12 14:53:17 +0100
commita6425535db8dadabf4950066b178d92ef9b22800 (patch)
tree5ce3abb1d81e91f84524322464d429fa8e7eaec6
parent0e993d9744ecaa2f146bf62c43aecc61809a43ef (diff)
downloadPROJ-a6425535db8dadabf4950066b178d92ef9b22800.tar.gz
PROJ-a6425535db8dadabf4950066b178d92ef9b22800.zip
Create README from README.md when calling `make`.
The README file was only generated when calling `make README`. Closes: #1927
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 57707f64..44ad6df0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ ACLOCAL_AMFLAGS = -I m4
check-local:
cd test; $(MAKE) check
+all-local: README
README: README.md
fgrep -v "[![" $< > $@