diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2022-07-31 03:42:50 +0200 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2022-07-31 08:53:08 +0100 |
| commit | f0f974055b7f8ee91bae6505aad166923ec7117f (patch) | |
| tree | 253d77f0a78cb51f35d6f37cf934d548a87134cc /Makefile.doc | |
| parent | e13ad1a18069f792dcebc2a3de38b9c476fd0233 (diff) | |
| download | puzzles-f0f974055b7f8ee91bae6505aad166923ec7117f.zip puzzles-f0f974055b7f8ee91bae6505aad166923ec7117f.tar.gz puzzles-f0f974055b7f8ee91bae6505aad166923ec7117f.tar.bz2 puzzles-f0f974055b7f8ee91bae6505aad166923ec7117f.tar.xz | |
Makefile.doc: Update file list in the clean rule
- puzzles.chm and puzzles.cnt need to be removed as well
- HTML Help Workshop is no longer used, so drop the patterns for its
intermediate output
Diffstat (limited to 'Makefile.doc')
| -rw-r--r-- | Makefile.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc index 0fd28db..496d6fc 100644 --- a/Makefile.doc +++ b/Makefile.doc @@ -14,4 +14,4 @@ HACKING: devel.but halibut --text=HACKING devel.but clean: - rm -f puzzles.hlp puzzles.txt preprocessed.but HACKING *.html *.hh[pck] + rm -f puzzles.chm puzzles.cnt puzzles.hlp puzzles.txt preprocessed.but HACKING |