aboutsummaryrefslogtreecommitdiffstats
path: root/awklib
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-04-18 20:02:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-04-18 20:02:38 +0300
commite5851c224d9fd7dce31ba06ee58f07f8370bec48 (patch)
tree075b7d2e23adcbe02e53a2a09f9925fa2fcbc825 /awklib
parenteb2b214d7471660ea087ecee5bc684a23c02395d (diff)
downloadegawk-e5851c224d9fd7dce31ba06ee58f07f8370bec48.tar.gz
egawk-e5851c224d9fd7dce31ba06ee58f07f8370bec48.tar.bz2
egawk-e5851c224d9fd7dce31ba06ee58f07f8370bec48.zip
Ensure that ChangeLog.1 gets into the distribution.
Diffstat (limited to 'awklib')
-rw-r--r--awklib/ChangeLog4
-rw-r--r--awklib/Makefile.am3
-rw-r--r--awklib/Makefile.in4
3 files changed, 9 insertions, 2 deletions
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.