diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Checklist | 4 | ||||
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | awklib/ChangeLog | 4 | ||||
-rw-r--r-- | awklib/Makefile.am | 3 | ||||
-rw-r--r-- | awklib/Makefile.in | 4 | ||||
-rw-r--r-- | doc/ChangeLog | 1 | ||||
-rw-r--r-- | doc/Makefile.am | 3 | ||||
-rw-r--r-- | doc/Makefile.in | 3 | ||||
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 1 | ||||
-rw-r--r-- | extension/Makefile.in | 1 | ||||
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
16 files changed, 33 insertions, 5 deletions
@@ -1,6 +1,8 @@ 2019-04-18 Arnold D. Robbins <arnold@skeeve.com> * msg.c (msg): Add an undocumented feature. "Use the Source, Luke." + * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops. + * CheckList: Updated. 2019-04-12 Arnold D. Robbins <arnold@skeeve.com> @@ -1,4 +1,4 @@ -Thu Feb 28 21:19:43 IST 2019 +Thu Apr 18 20:01:43 IDT 2019 ============================ A checklist for making releases @@ -59,6 +59,8 @@ run the following command just before rolling a new release: Major releases: - Rotate the ChangeLog and NEWS files. +- When doing so, update any necessary Makefile.am files to + list the rotated ChangeLog file! ========== For Releasing ============ diff --git a/Makefile.am b/Makefile.am index d544b1cc..3b55ff3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' # Makefile.am files EXTRA_DIST = \ ChangeLog.0 \ + ChangeLog.1 \ COPYING \ INSTALL \ NEWS \ diff --git a/Makefile.in b/Makefile.in index b8b0b441..61f37a2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -467,6 +467,7 @@ AM_MAKEFLAGS = 'CFLAGS=$(CFLAGS)' 'LDFLAGS=$(LDFLAGS)' # Makefile.am files EXTRA_DIST = \ ChangeLog.0 \ + ChangeLog.1 \ COPYING \ INSTALL \ NEWS \ diff --git a/awklib/ChangeLog b/awklib/ChangeLog index 862c2b87..ef4f632c 100644 --- a/awklib/ChangeLog +++ b/awklib/ChangeLog @@ -1,3 +1,7 @@ +2019-04-18 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops. + 2019-04-12 Arnold D. Robbins <arnold@skeeve.com> * ChangeLog.1: Rotated ChangeLog into this file. diff --git a/awklib/Makefile.am b/awklib/Makefile.am index adb607b3..20e9edba 100644 --- a/awklib/Makefile.am +++ b/awklib/Makefile.am @@ -23,7 +23,8 @@ ## process this file with automake to produce Makefile.in -EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg +EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \ + extract.awk eg $(srcdir)/stamp-eg # With some locales, the script extract.awk fails. # So we fix the locale to some sensible value. diff --git a/awklib/Makefile.in b/awklib/Makefile.in index c198acc8..449a5bf7 100644 --- a/awklib/Makefile.in +++ b/awklib/Makefile.in @@ -327,7 +327,9 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = ChangeLog ChangeLog.0 extract.awk eg $(srcdir)/stamp-eg +EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \ + extract.awk eg $(srcdir)/stamp-eg + @TEST_CROSS_COMPILE_FALSE@AWKPROG = LC_ALL=C LANG=C "$(abs_top_builddir)/gawk$(EXEEXT)" # With some locales, the script extract.awk fails. # So we fix the locale to some sensible value. diff --git a/doc/ChangeLog b/doc/ChangeLog index f3964012..d51a9a17 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,7 @@ 2019-04-18 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in (Undocumented): Note an undocumented feature. + * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops. 2019-04-14 Arnold D. Robbins <arnold@skeeve.com> diff --git a/doc/Makefile.am b/doc/Makefile.am index 1e5d86ac..24dd0405 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -28,7 +28,8 @@ info_TEXINFOS = gawk.texi gawkinet.texi gawkworkflow.texi man_MANS = gawk.1 -EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \ +EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \ + README.card ad.block setter.outline \ awkcard.in awkforai.txt texinfo.tex cardfonts \ api-figure1.eps api-figure1.fig api-figure1.pdf \ api-figure1.png api-figure1.txt \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 7fd6603d..9bce117d 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -357,7 +357,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ info_TEXINFOS = gawk.texi gawkinet.texi gawkworkflow.texi man_MANS = gawk.1 -EXTRA_DIST = ChangeLog ChangeLog.0 README.card ad.block setter.outline \ +EXTRA_DIST = ChangeLog ChangeLog.0 ChangeLog.1 \ + README.card ad.block setter.outline \ awkcard.in awkforai.txt texinfo.tex cardfonts \ api-figure1.eps api-figure1.fig api-figure1.pdf \ api-figure1.png api-figure1.txt \ diff --git a/extension/ChangeLog b/extension/ChangeLog index 862c2b87..ef4f632c 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,7 @@ +2019-04-18 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops. + 2019-04-12 Arnold D. Robbins <arnold@skeeve.com> * ChangeLog.1: Rotated ChangeLog into this file. diff --git a/extension/Makefile.am b/extension/Makefile.am index 58650ca3..f8be8d2b 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -138,6 +138,7 @@ uninstall-recursive: uninstall-so EXTRA_DIST = build-aux/config.rpath \ ChangeLog \ ChangeLog.0 \ + ChangeLog.1 \ ext_custom.h \ fts.3 \ m4 \ diff --git a/extension/Makefile.in b/extension/Makefile.in index 8a904ba5..13d8ffd6 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -635,6 +635,7 @@ readdir_test_la_LIBADD = $(MY_LIBS) EXTRA_DIST = build-aux/config.rpath \ ChangeLog \ ChangeLog.0 \ + ChangeLog.1 \ ext_custom.h \ fts.3 \ m4 \ diff --git a/test/ChangeLog b/test/ChangeLog index 862c2b87..ef4f632c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2019-04-18 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add ChangeLog.1 to the list. Ooops. + 2019-04-12 Arnold D. Robbins <arnold@skeeve.com> * ChangeLog.1: Rotated ChangeLog into this file. diff --git a/test/Makefile.am b/test/Makefile.am index 57d0444c..a7e972af 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -27,6 +27,7 @@ EXTRA_DIST = \ reg \ lib \ ChangeLog.0 \ + ChangeLog.1 \ Gentests \ Maketests \ README \ diff --git a/test/Makefile.in b/test/Makefile.in index fea54584..305277e3 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -286,6 +286,7 @@ EXTRA_DIST = \ reg \ lib \ ChangeLog.0 \ + ChangeLog.1 \ Gentests \ Maketests \ README \ |