Makefile target dist-tarZ added for 'compress'-ed archives.
authorshort <>
Wed, 2 Jun 1999 18:26:32 +0000 (18:26 +0000)
committershort <>
Wed, 2 Jun 1999 18:26:32 +0000 (18:26 +0000)
Makefile.am
autogen.sh

index 3fa544b..f0ac284 100644 (file)
@@ -1,10 +1,15 @@
 # $Id$
 #
 # $Log$
+# Revision 1.2  1999/06/02 18:26:32  short
+# Makefile target dist-tarZ added for 'compress'-ed archives.
+#
 # Revision 1.1.1.1  1999/05/26 13:06:26  short
 # First alpha release.
 #
 
+AUTOMAKE_OPTIONS = dist-tarZ
+
 EXTRA_DIST = autogen.sh mdsms.1.in ChangeLog
 
 CLEANFILES = ChangeLog
index fc033fd..75602a8 100755 (executable)
@@ -4,6 +4,9 @@
 # $Id$
 #
 # $Log$
+# Revision 1.2  1999/06/02 18:26:32  short
+# Makefile target dist-tarZ added for 'compress'-ed archives.
+#
 # Revision 1.1.1.1  1999/05/26 13:06:26  short
 # First alpha release.
 #
@@ -38,6 +41,7 @@ rm -r -f \
        getopt.h \
        getopt1.c \
        mdsms-$VER.tar.gz \
+       mdsms-$VER.tar.Z \
        manfmt \
        .deps \
        ChangeLog \