From 129da276c7fa02888d49d19b85d12a9840841132 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 2 Jun 1999 18:26:32 +0000 Subject: [PATCH] Makefile target dist-tarZ added for 'compress'-ed archives. --- Makefile.am | 5 +++++ autogen.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/Makefile.am b/Makefile.am index 3fa544b..f0ac284 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/autogen.sh b/autogen.sh index fc033fd..75602a8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 \ -- 1.8.3.1