From: Pekka Riikonen Date: Tue, 13 Mar 2001 10:50:05 +0000 (+0000) Subject: updates X-Git-Tag: SILC.0.1~129 X-Git-Url: http://git.silc.fi/gitweb/?a=commitdiff_plain;h=3662ccbd211c0b69f24d394507a2e2caf474203c;p=silc.git updates --- diff --git a/CHANGES b/CHANGES index 7be82e78..323852a9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Tue Mar 13 12:49:21 EET 2001 Pekka Riikonen + + * Added dist-bzip hook to the Makefile.am to make bzip2 + compressed distributions. + Mon Mar 12 18:43:38 EET 2001 Pekka Riikonen * Server now enforces the maximum length for the nickname and diff --git a/Makefile.am b/Makefile.am index 12ecddcd..2b898b92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,4 +20,10 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign SUBDIRS = lib silcd silc doc includes +dist-bzip: distdir + -chmod -R a+r $(distdir) + -$(TAR) chof $(distdir).tar $(distdir) + -bzip2 $(distdir).tar + -rm -rf $(distdir) + EXTRA_DIST = CHANGES CREDITS