Files
puzzles/Makefile.doc
Ben Hutchings f0f974055b 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
2022-07-31 08:53:08 +01:00

18 lines
513 B
Makefile

all: puzzles.chm puzzles.hlp puzzles.txt HACKING
preprocessed.but: puzzles.but
sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
puzzles.chm: preprocessed.but
halibut --chm=puzzles.chm preprocessed.but
puzzles.hlp: preprocessed.but
halibut --winhelp=puzzles.hlp preprocessed.but
puzzles.txt: preprocessed.but
halibut --text=puzzles.txt preprocessed.but
HACKING: devel.but
halibut --text=HACKING devel.but
clean:
rm -f puzzles.chm puzzles.cnt puzzles.hlp puzzles.txt preprocessed.but HACKING