diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 1575d493..5dbc11a4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2012-10-13 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add jarebug.sh. + 2012-09-23 Arnold D. Robbins <arnold@skeeve.com> * lintwarn.ok: Updated. diff --git a/test/Makefile.am b/test/Makefile.am index bb61bcaf..0dcedb6f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -380,6 +380,7 @@ EXTRA_DIST = \ jarebug.awk \ jarebug.in \ jarebug.ok \ + jarebug.sh \ lc_num1.awk \ lc_num1.ok \ leaddig.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 91652f08..38a8e91a 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.12.3 from Makefile.am. +# Makefile.in generated by automake 1.12.4 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. @@ -584,6 +584,7 @@ EXTRA_DIST = \ jarebug.awk \ jarebug.in \ jarebug.ok \ + jarebug.sh \ lc_num1.awk \ lc_num1.ok \ leaddig.awk \ |