chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / makedist.sh
index 65eb51987bcd535fc4363948447ceb54d8d54fb4..22b4f5d0aebd7d885ce42ebe903096269f00072c 100755 (executable)
@@ -17,6 +17,7 @@ else
 fi
 
 perl mkfiles.pl
+./mkauto.sh
 
 mkdir tmp.$$
 mkdir tmp.$$/puzzles$arcsuffix
@@ -31,7 +32,7 @@ halibut --text=HACKING devel.but
 for i in *.c *.m *.h *.R *.rc *.but *.plist *.icns LICENCE README Recipe \
   *.rc2 mkfiles.pl Makefile Makefile.* \
   HACKING puzzles.txt puzzles.hlp puzzles.cnt puzzles.chm \
-  icons/Makefile icons/*.{sav,pl,sh} icons/win16pal.xpm \
+  icons/Makefile icons/*.sav icons/*.pl icons/*.sh icons/win16pal.xpm \
   icons/*.png icons/*.ico icons/*.rc icons/*.c \
   configure.ac mkauto.sh aclocal.m4 \
   configure depcomp install-sh missing compile; do
@@ -39,15 +40,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.$$