From 3662ccbd211c0b69f24d394507a2e2caf474203c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 13 Mar 2001 10:50:05 +0000 Subject: [PATCH] updates --- CHANGES | 5 +++++ Makefile.am | 6 ++++++ 2 files changed, 11 insertions(+) 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 -- 2.43.0