OSDN Git Service

Compress wiki.en/ and *.en.txt
authorhenoheno <henoheno>
Sat, 4 Sep 2004 12:10:22 +0000 (21:10 +0900)
committerhenoheno <henoheno>
Sat, 4 Sep 2004 12:10:22 +0000 (21:10 +0900)
release.sh

index c9abfea..112b8b2 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: release.sh,v 1.4 2004/09/01 12:46:58 henoheno Exp $
+# $Id: release.sh,v 1.5 2004/09/04 12:10:22 henoheno Exp $
 # $CVSKNIT_Id: release.sh,v 1.11 2004/05/28 14:26:24 henoheno Exp $
 # Release automation script
 #  ==========================================================
@@ -68,6 +68,17 @@ echo find "$pkg_dir" -type f -name '.cvsignore' -delete
 
 )
 
+# Compress
+( cd "$pkg_dir"
+
+  # wiki.en/
+  tar cf - wiki.en | gzip -9 > wiki.en.tgz
+  rm -Rf wiki.en
+
+  gzip -9 *.en.txt
+
+)
+
 # Tar
 echo tar cf - "$pkg_dir" \| gzip -9 \> "$pkg_dir.tar.gz"
      tar cf - "$pkg_dir"  | gzip -9  > "$pkg_dir.tar.gz"