diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:43:03 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-08-16 12:43:03 +0000 |
| commit | f825732316a7f20cfdd138513e802c2b7ffbf074 (patch) | |
| tree | b8a9853574335b490ae89e9394fdace24bfa4f66 | |
| parent | d58d5c11d5e98afe8623e2cb4a6188f45c01f6ed (diff) | |
| download | puzzles-f825732316a7f20cfdd138513e802c2b7ffbf074.zip puzzles-f825732316a7f20cfdd138513e802c2b7ffbf074.tar.gz puzzles-f825732316a7f20cfdd138513e802c2b7ffbf074.tar.bz2 puzzles-f825732316a7f20cfdd138513e802c2b7ffbf074.tar.xz | |
Just for convenience, a docs Makefile, outside the main mkfiles.pl
structure.
[originally from svn r4462]
| -rw-r--r-- | Makefile.doc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.doc b/Makefile.doc new file mode 100644 index 0000000..160dad0 --- /dev/null +++ b/Makefile.doc @@ -0,0 +1,2 @@ +puzzles.hlp puzzles.txt: puzzles.but + halibut --winhelp=puzzles.hlp --text=puzzles.txt puzzles.but |