summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 81a1fd8..e0cc27a 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -11,7 +11,7 @@ all: index.html halibut.1
index.html: $(INPUTS) $(HALIBUT)
$(HALIBUT) --text=halibut.txt --html --info=halibut.info \
- --ps=halibut.ps --pdf=halibut.pdf $(INPUTS)
+ --ps=halibut.ps --pdf=halibut.pdf --chm=halibut.chm $(INPUTS)
halibut.1: manpage.but
$(HALIBUT) --man=halibut.1 manpage.but
@@ -21,8 +21,4 @@ install:
$(INSTALL) -m 644 halibut.1 $(man1dir)/halibut.1
clean:
- rm -f *.html *.txt *.hlp *.cnt *.1 *.info* *.ps *.pdf *.hh* *.chm
-
-chm: halibut.hhp
-halibut.hhp: $(INPUTS) $(HALIBUT) chm.but
- $(HALIBUT) --html $(INPUTS) chm.but
+ rm -f *.html *.txt *.hlp *.cnt *.1 *.info* *.ps *.pdf *.chm