aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-05-10 11:10:14 +0000
committerSimon Tatham <anakin@pobox.com>2007-05-10 11:10:14 +0000
commit05a0cf068498663f0f2e17b9fa19b2188db6e6a7 (patch)
tree7f7511b6d138e6c6df9633e1b24706c21482a86d
parent81ccb144eb3e164098b9eafaf9e99e74fe93e97f (diff)
downloadpuzzles-05a0cf068498663f0f2e17b9fa19b2188db6e6a7.zip
puzzles-05a0cf068498663f0f2e17b9fa19b2188db6e6a7.tar.gz
puzzles-05a0cf068498663f0f2e17b9fa19b2188db6e6a7.tar.bz2
puzzles-05a0cf068498663f0f2e17b9fa19b2188db6e6a7.tar.xz
noicon.rc was missing from the Unix source archive, which caused a
re-run of mkfiles.pl to fail. [originally from svn r7567]
-rwxr-xr-xmakedist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh
index 7af8fbf..4b30314 100755
--- a/makedist.sh
+++ b/makedist.sh
@@ -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 \