diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-27 15:36:27 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-27 15:36:27 +0000 |
| commit | 649df167767ed54d0fb8c888ee405567b7b68926 (patch) | |
| tree | 4db3f644e85dfa942c2b4dd9d73145a2c28360d1 | |
| parent | 1f1eee4246fe811d09305e775e2b6b9484f9415c (diff) | |
| download | puzzles-649df167767ed54d0fb8c888ee405567b7b68926.zip puzzles-649df167767ed54d0fb8c888ee405567b7b68926.tar.gz puzzles-649df167767ed54d0fb8c888ee405567b7b68926.tar.bz2 puzzles-649df167767ed54d0fb8c888ee405567b7b68926.tar.xz | |
And update makedist.sh to put all the new stuff into the source
tarball.
[originally from svn r7024]
| -rwxr-xr-x | makedist.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh index ae7b86a..1afaed2 100755 --- a/makedist.sh +++ b/makedist.sh @@ -41,7 +41,9 @@ halibut --text=HACKING devel.but for i in *.c *.m *.h *.R *.but *.plist *.icns LICENCE README Recipe \ mkfiles.pl Makefile Makefile.* \ - HACKING puzzles.txt puzzles.hlp puzzles.cnt; do + 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 ln -s ../../$i tmp.$$/puzzles$arcsuffix if test "x$ver" != "x"; then md5sum $i >> tmp.$$/puzzles$arcsuffix/manifest |