noicon.rc was missing from the Unix source archive, which caused a
[sgt/puzzles] / makedist.sh
index 4e695b6..4b30314 100755 (executable)
@@ -15,7 +15,7 @@ case "$#" in
     if test "x$rev" = "xexported"; then rev=; fi
     ;;
   *)
-    case "$1" in *[!0-9]*) echo "Malformed revision number '$1'">&2;exit 1;;esac
+    case "$1" in *[!0-9M]*) echo "Malformed revision number '$1'">&2;exit 1;;esac
     rev="$1"
     ;;
 esac
@@ -40,7 +40,7 @@ halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but
 # Build a text version of the HACKING document.
 halibut --text=HACKING devel.but
 
-for i in *.c *.m *.h *.R *.but *.plist *.icns LICENCE README Recipe \
+for i in *.c *.m *.h *.R *.rc *.but *.plist *.icns LICENCE README Recipe \
   mkfiles.pl Makefile Makefile.* \
   HACKING puzzles.txt puzzles.hlp puzzles.cnt puzzles.chm \
   icons/Makefile icons/*.{sav,pl,sh} icons/win16pal.xpm \