diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-06 17:32:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-03-06 17:32:29 +0100 |
commit | aff4b2151b42c6a59e490c3714d3e1e64d2921dd (patch) | |
tree | 0b745ae3a41de3536c05748a452ddc89477e094f /Makefile.am | |
parent | a3a0a1658e11d83612f06c1d633c07f38f05aaf7 (diff) | |
download | gnutls-aff4b2151b42c6a59e490c3714d3e1e64d2921dd.tar.gz |
auto-generate README from README.md
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fed5690515..b8176ddd96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,10 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I src/libopts/m4 -I src/gl/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying +README: README.md + cp $^ $@ + chmod 444 README + dist-hook: make -C doc/ compare-makefile make -C doc/ compare-exported |