diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-26 20:44:27 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-02-26 20:44:27 +0200 |
commit | 33c16c16e6d33118075b196e16b33b342ee462d3 (patch) | |
tree | b71448fd22d3bf4f8aba35d821b9325165ffd058 /test | |
parent | 663ba79bb871c41250c605709782be2cfaf27640 (diff) | |
parent | dde4cb3f47a675095230fa849995b74e4a38b966 (diff) | |
download | egawk-33c16c16e6d33118075b196e16b33b342ee462d3.tar.gz egawk-33c16c16e6d33118075b196e16b33b342ee462d3.tar.bz2 egawk-33c16c16e6d33118075b196e16b33b342ee462d3.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 2a67fabc..b0603e50 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 c55cb3a1..e752865a 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 2397a9b5..0c00973c 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 \ |