Various changes related to the Subversion migration.
[u/mdw/putty] / mkunxarc.sh
index 3485612..bde2440 100755 (executable)
@@ -24,7 +24,7 @@ case "$1" in
 esac
 
 perl mkfiles.pl
-(cd doc && make)
+(cd doc && make -s)
 
 relver=`cat LATEST.VER`
 arcname="putty$arcsuffix"
@@ -35,6 +35,7 @@ find . -name uxarc -prune -o -name . -o \
 find . -name uxarc -prune -o \
        -name CVS -prune -o \
        -name .cvsignore -prune -o \
+       -name .svn -prune -o \
        -name '*.zip' -prune -o \
        -name '*.tar.gz' -prune -o \
        -type f -exec ln -s $PWD/{} uxarc/$arcname/{} \;
@@ -43,5 +44,5 @@ if test "x$ver" != "x"; then
    md5sum `find . -name '*.[ch]' -print` > manifest;
    echo "$ver" > version.def)
 fi
-tar -C uxarc -chzf - $arcname > $arcname.tar.gz
+tar -C uxarc -chzof $arcname.tar.gz $arcname
 rm -rf uxarc