chiark / gitweb /
And one more whitespace fix.
[sgt-puzzles.git] / makedist.sh
index 65eb51987bcd535fc4363948447ceb54d8d54fb4..6b90fd879762ec11087c3475241d816b4fa44b58 100755 (executable)
@@ -39,15 +39,8 @@ for i in *.c *.m *.h *.R *.rc *.but *.plist *.icns LICENCE README Recipe \
     */*) ln -s ../../../$i tmp.$$/puzzles$arcsuffix/$i;;
     *)   ln -s ../../$i tmp.$$/puzzles$arcsuffix/$i;;
   esac
-  if test "x$ver" != "x"; then
-    md5sum $i >> tmp.$$/puzzles$arcsuffix/manifest
-  fi
 done
 
-if test "x$ver" != "x"; then
-  echo "$ver" >> tmp.$$/puzzles$arcsuffix/version.def
-fi
-
 tar -C tmp.$$ -chzf - puzzles$arcsuffix > ../puzzles$arcsuffix.tar.gz
 
 rm -rf tmp.$$