diff options
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
4 files changed, 6 insertions, 8 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 $@ @@ -1,6 +1,6 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2000-2016 Free Software Foundation, Inc. -Copyright (C) 2013-2015 Nikos Mavrogiannopoulos +Copyright (C) 2013-2016 Nikos Mavrogiannopoulos See the end for copying conditions. * Version 3.5.0 (released 2016-05-09) diff --git a/configure.ac b/configure.ac index ec08be8eb4..d6b17e98c9 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([1.12.2 subdir-objects no-dist-gzip dist-xz -Wall -Wno-override]) +AM_INIT_AUTOMAKE([1.12.2 foreign subdir-objects no-dist-gzip dist-xz -Wall -Wno-override]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/Makefile.am b/doc/Makefile.am index f76400786b..cc8d1fea0a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -22,7 +22,7 @@ EXTRA_DIST = TODO certtool.cfg gnutls.pdf gnutls.html \ doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \ gnutls-guile.pdf gnutls-guile.html stamp_enums stamp_functions \ - doc.mk + doc.mk COPYING COPYING.LESSER SUBDIRS = examples cyclo scripts credentials latex if ENABLE_GTK_DOC |