Document hex encoding.
[mLib] / Makefile.am
index 54a7a52..2c90910 100644 (file)
@@ -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 ---------------------------------------------------