Fix the make dist rule
authorIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 16:07:26 +0000 (16:07 +0000)
committerIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 16:07:26 +0000 (16:07 +0000)
commitb6f2e47fe61901f65ee6a542b04abe4b37305e87
treea43c8a4128c32dbb47dd9e1c1357e210add756e2
parent31b9055cc64b1c980c226e491ed44c2241ee6392
Fix the make dist rule

In revision 459 I added a bug in the make dist rule in the sense that
the archive will include *all* of test/data directory, including the
.svn directory if it exists.

This patch fixes that problem and adds a distcheck hook that tests for
such errors in the future (files/directories matching the .svn and .git
patterns).

It also fixes a typo in the NEWS file.

Reviewed-by: imsnah
Makefile.am
NEWS
test/Makefile.am