diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-07-28 17:12:18 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-07-28 17:12:18 +0000 |
| commit | f44e4acd4a4216700ef8094cc4ae7251c6f4cdc6 (patch) | |
| tree | 9197be9cb79d693e14ff613a25607663ef44c3c1 /Makefile.doc | |
| parent | cc06b70328faf5a9c9806bd1108636f98846cd3b (diff) | |
| download | puzzles-f44e4acd4a4216700ef8094cc4ae7251c6f4cdc6.zip puzzles-f44e4acd4a4216700ef8094cc4ae7251c6f4cdc6.tar.gz puzzles-f44e4acd4a4216700ef8094cc4ae7251c6f4cdc6.tar.bz2 puzzles-f44e4acd4a4216700ef8094cc4ae7251c6f4cdc6.tar.xz | |
Shiny new developer documentation to replace the old sketchy HACKING
guide.
[originally from svn r6142]
Diffstat (limited to 'Makefile.doc')
| -rw-r--r-- | Makefile.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.doc b/Makefile.doc index d127e78..677bc8e 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -3,5 +3,5 @@ all: puzzles.hlp puzzles.txt HACKING puzzles.hlp puzzles.txt: puzzles.but halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but -HACKING: HACKING.but - halibut --text=HACKING HACKING.but +HACKING: devel.but + halibut --text=HACKING devel.but |