updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 13 Mar 2001 10:50:05 +0000 (10:50 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 13 Mar 2001 10:50:05 +0000 (10:50 +0000)
CHANGES
Makefile.am

diff --git a/CHANGES b/CHANGES
index 7be82e78b99b88d774d09398276c569d5cceed57..323852a9c777bee2a4128ed9afd027f125007dbc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Tue Mar 13 12:49:21 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Added dist-bzip hook to the Makefile.am to make bzip2
+         compressed distributions.
+
 Mon Mar 12 18:43:38 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Server now enforces the maximum length for the nickname and
index 12ecddcdde81c5a7d4a77c8cc624b789d729234c..2b898b92b1e5e40a01394ba285438958e7498644 100644 (file)
@@ -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