summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-14 08:03:48 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-05-14 08:09:11 +0200
commitd5611fdb2d89d32ac4f217058e5b70f61407b907 (patch)
treeccf974971c28856df816a702c7da264ea99efba9 /Makefile.am
parent61f1afff8399760abd38bb3b91b437cb82ac8c74 (diff)
downloadgnutls-d5611fdb2d89d32ac4f217058e5b70f61407b907.tar.gz
Makefile.am: include renamed files into distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f561e3766..2eaa93ccb0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,13 +52,11 @@ 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-alpha.md
- cp $^ $@
- chmod 444 $@
+EXTRA_DIST = cfg.mk maint.mk .clcopying CONTRIBUTING.md README-alpha.md LICENSE AUTHORS NEWS \
+ ChangeLog INSTALL README THANKS
README: README-install.md
+ rm -f $@
cp $^ $@
chmod 444 $@