Add dist-hook to ensure that every file gets distributed.
authorBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 17:00:03 +0000 (10:00 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 17:11:51 +0000 (10:11 -0700)
commit87103e1fccd88e0fc8a64d774ddb620deeb90678
tree26cd10110ba73c81297ef6491006588dd0977a70
parent4cdb08c02a3d3067194c659a442d3679cdd8dd35
Add dist-hook to ensure that every file gets distributed.

It's easy to add a file to the repository and forget to make sure that it
is distributed.  This commit adds a hook target to the main Makefile that
causes "make dist" to fail if the tree is being built from a Git repository
and some files are not distributed.
Makefile.am
debian/automake.mk