mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Switch to using Halibut's new direct .CHM generation.
This allows me to remove HTML Help Workshop completely from my build dependencies, and good riddance!
This commit is contained in:
14
Makefile.doc
14
Makefile.doc
@ -1,17 +1,17 @@
|
||||
all: puzzles.hlp puzzles.txt HACKING
|
||||
all: puzzles.chm puzzles.hlp puzzles.txt HACKING
|
||||
|
||||
preprocessed.but: puzzles.but
|
||||
sed 's/PREFIX-/$(BINPREFIX)/g' puzzles.but > preprocessed.but
|
||||
|
||||
puzzles.hlp puzzles.txt: preprocessed.but
|
||||
halibut --winhelp=puzzles.hlp --text=puzzles.txt 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
|
||||
|
||||
chm: puzzles.hhp
|
||||
puzzles.hhp: puzzles.but chm.but
|
||||
halibut --html puzzles.but chm.but
|
||||
|
||||
clean:
|
||||
rm -f puzzles.hlp puzzles.txt preprocessed.but HACKING *.html *.hh[pck]
|
||||
|
Reference in New Issue
Block a user