X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/75721625ec223a178886db80533dbe97fb4c465e..e3b5f32e06231210d65b0a53599151551954db7e:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 54a7a52..2c90910 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-Makefile-*- ## -## $Id: Makefile.am,v 1.39 2003/11/09 13:48:43 mdw Exp $ +## $Id: Makefile.am,v 1.40 2003/11/10 10:01:14 mdw Exp $ ## ## Building the distribution ## @@ -29,6 +29,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.40 2003/11/10 10:01:14 mdw +## Various Debian fixes. +## ## Revision 1.39 2003/11/09 13:48:43 mdw ## Debianization\! ## @@ -286,7 +289,8 @@ uninstall-man: CLEANFILES = $(TEST_CLEAN) crc32-tab.c DISTCLEANFILES = libtool -EXTRA_DIST = $(TEST_DIST) maninst \ +EXTRA_DIST = \ + $(TEST_DIST) maninst \ debian/rules debian/copyright debian/control debian/changelog ##----- That's all, folks ---------------------------------------------------