diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-27 18:58:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-27 18:58:36 +0200 |
commit | 2c8f31cfd52e5fe42ed048858aba4343cee7f161 (patch) | |
tree | 92253cc6749caf0b5ca2edc7d9bf7d88121c8dcb /test | |
parent | ca298b87ce3da706ba7f4854c978b32936fe5b41 (diff) | |
download | egawk-2c8f31cfd52e5fe42ed048858aba4343cee7f161.tar.gz egawk-2c8f31cfd52e5fe42ed048858aba4343cee7f161.tar.bz2 egawk-2c8f31cfd52e5fe42ed048858aba4343cee7f161.zip |
Doc fixes, add test/profile2.ok to dist.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 99cc80fc..03262534 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 26 13:54:21 2010 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Include profile2.ok in the list. Oops. + Mon Dec 13 13:54:56 2010 Arnold D. Robbins <arnold@skeeve.com> * localenl.sh: Use --posix option. diff --git a/test/Makefile.am b/test/Makefile.am index fad37cbd..0ac57bd7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -515,6 +515,7 @@ EXTRA_DIST = \ prdupval.awk \ prdupval.in \ prdupval.ok \ + profile2.ok \ prec.awk \ prec.ok \ printf0.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 39f317e6..58d0e6f4 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -700,6 +700,7 @@ EXTRA_DIST = \ prdupval.awk \ prdupval.in \ prdupval.ok \ + profile2.ok \ prec.awk \ prec.ok \ printf0.awk \ |