summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
-rw-r--r--README.md (renamed from README-alpha)0
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fed5690515..1bbb7f4573 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,11 +46,14 @@ if ENABLE_DOC
SUBDIRS += doc
endif
-
ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I src/libopts/m4 -I src/gl/m4
EXTRA_DIST = cfg.mk maint.mk .clcopying
+README-alpha: README.md
+ cp $^ $@
+ chmod 444 $@
+
dist-hook:
make -C doc/ compare-makefile
make -C doc/ compare-exported
diff --git a/README-alpha b/README.md
index ea70faa340..ea70faa340 100644
--- a/README-alpha
+++ b/README.md