From: Nikos Mavrogiannopoulos Date: Fri, 6 Mar 2015 17:02:28 +0000 (+0100) Subject: README-alpha is README.md on repository X-Git-Tag: gnutls_3_4_0~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29f1bee9f619dc4059c86df7eebe90d936562cb;p=thirdparty%2Fgnutls.git README-alpha is README.md on repository It contains information for developers. --- 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 similarity index 100% rename from README-alpha rename to README.md