From 1fd0d7c599cdd8898bf953f99298f810e9e3fad9 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 27 Dec 2006 15:36:27 +0000 Subject: [PATCH] And update makedist.sh to put all the new stuff into the source tarball. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7024 cda61777-01e9-0310-a592-d414129be87e --- makedist.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.0