aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extension/ChangeLog4
-rw-r--r--extension/Makefile.am3
-rw-r--r--extension/Makefile.in3
-rw-r--r--test/ChangeLog5
-rw-r--r--test/Makefile.am1
-rw-r--r--test/Makefile.in1
6 files changed, 15 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 22eee5e4..749871dc 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add rwarray0.c to the list.
+
2015-02-11 Arnold D. Robbins <arnold@skeeve.com>
* filefuncs.c: Punctuation fix.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index b9dabfe2..3e64bc9b 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -119,7 +119,8 @@ EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
fts.3 \
- README.fts
+ README.fts \
+ rwarray0.c
dist_man_MANS = \
filefuncs.3am fnmatch.3am fork.3am inplace.3am \
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 2a6ef5e0..cda5020b 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -564,7 +564,8 @@ EXTRA_DIST = build-aux/config.rpath \
ChangeLog \
ChangeLog.0 \
fts.3 \
- README.fts
+ README.fts \
+ rwarray0.c
dist_man_MANS = \
filefuncs.3am fnmatch.3am fork.3am inplace.3am \
diff --git a/test/ChangeLog b/test/ChangeLog
index 84e416b3..6fa24a49 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add profile0.in which got forgotten
+ earlier. Ooops.
+
2015-02-24 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (crlf): New test.
diff --git a/test/Makefile.am b/test/Makefile.am
index 499c004a..71cfa513 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -713,6 +713,7 @@ EXTRA_DIST = \
procinfs.awk \
procinfs.ok \
profile0.awk \
+ profile0.in \
profile0.ok \
profile2.ok \
profile3.awk \
diff --git a/test/Makefile.in b/test/Makefile.in
index cc1ab711..7ac2ad7d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -970,6 +970,7 @@ EXTRA_DIST = \
procinfs.awk \
procinfs.ok \
profile0.awk \
+ profile0.in \
profile0.ok \
profile2.ok \
profile3.awk \