diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-08-28 09:35:55 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-08-28 09:35:55 +0000 |
| commit | 1d0573109cf927028e1130cc2f3f6edc3a699f91 (patch) | |
| tree | 3e9811f62443633e6d5c9f88690da941dcf16611 | |
| parent | 389397eed6bf162f1e13b9c733bfa2cf88c2ba83 (diff) | |
| download | puzzles-1d0573109cf927028e1130cc2f3f6edc3a699f91.zip puzzles-1d0573109cf927028e1130cc2f3f6edc3a699f91.tar.gz puzzles-1d0573109cf927028e1130cc2f3f6edc3a699f91.tar.bz2 puzzles-1d0573109cf927028e1130cc2f3f6edc3a699f91.tar.xz | |
HACKING.but -> devel.but
[originally from svn r6226]
| -rwxr-xr-x | makedist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedist.sh b/makedist.sh index ee83275..bc29595 100755 --- a/makedist.sh +++ b/makedist.sh @@ -37,7 +37,7 @@ mkdir tmp.$$/puzzles$arcsuffix halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but # Build a text version of the HACKING document. -halibut --text=HACKING HACKING.but +halibut --text=HACKING devel.but for i in *.c *.m *.h *.but *.plist *.icns LICENCE README Recipe \ mkfiles.pl Makefile Makefile.* \ |