# # patch "ChangeLog" # from [c3c6f7c8c7165b94f88f88fe36c9e8cbf8b2a882] # to [304f4c134fbf6ec5457ffc731c82a7e031bc7bbc] # # patch "Makefile.am" # from [d4787b4b994e262b2c9ec9f4443389afee82587f] # to [e06716c8fe396a1b540b37122e303393b1f71067] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2005-04-20 Nathaniel Smith + * Makefile.am (EXTRA_DIST): Put $(wildcard) around "debian/*", so + it will actually work. + +2005-04-20 Nathaniel Smith + * Makefile.am (EXTRA_DIST): Include tests, even when not building packages out in the source directory. --- Makefile.am +++ Makefile.am @@ -266,7 +266,7 @@ contrib/monotone.el \ contrib/monotone.bash_completion \ win32/monotone.iss \ - debian/* + $(wildcard $(srcdir)/debian/*) MAKEINFOFLAGS=-I $(top_builddir)