diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-05-19 06:16:24 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-05-19 06:16:24 +0000 |
| commit | 399ac356bd3ef969d69dd89909a282b763402cef (patch) | |
| tree | 38ce8bbdfd3f96afd01f79e80efb036932da9c1f /makedist.sh | |
| parent | e6116563bd78021370a41964ee668e49a30688ea (diff) | |
| download | puzzles-399ac356bd3ef969d69dd89909a282b763402cef.zip puzzles-399ac356bd3ef969d69dd89909a282b763402cef.tar.gz puzzles-399ac356bd3ef969d69dd89909a282b763402cef.tar.bz2 puzzles-399ac356bd3ef969d69dd89909a282b763402cef.tar.xz | |
Left puzzles.rc2 out of the tarball. Oops.
[originally from svn r7600]
Diffstat (limited to 'makedist.sh')
| -rwxr-xr-x | makedist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh index 4b30314..fcf5b4e 100755 --- a/makedist.sh +++ b/makedist.sh @@ -41,7 +41,7 @@ halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but halibut --text=HACKING devel.but for i in *.c *.m *.h *.R *.rc *.but *.plist *.icns LICENCE README Recipe \ - mkfiles.pl Makefile Makefile.* \ + *.rc2 mkfiles.pl Makefile Makefile.* \ HACKING puzzles.txt puzzles.hlp puzzles.cnt puzzles.chm \ icons/Makefile icons/*.{sav,pl,sh} icons/win16pal.xpm \ icons/*.png icons/*.ico icons/*.rc icons/*.c; do |