summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-06 18:02:28 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-03-06 18:02:30 +0100
commitc29f1bee9f619dc4059c86df7eebe90d936562cb (patch)
treec7a575a043da78d1061431013d3dd5a3d693d270 /Makefile.am
parentef465885ba41ff970b5b6c0ad285e3bd20ec1e73 (diff)
downloadgnutls-c29f1bee9f619dc4059c86df7eebe90d936562cb.tar.gz
README-alpha is README.md on repository
It contains information for developers.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 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