X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/0287083aa74241e08a9557a9a0482d6cc5a55bba..1aed5cf5d874f6dcaa15b2952d733df97b40ef2d:/doc/Makefile diff --git a/doc/Makefile b/doc/Makefile index 8b56d43..63299ad 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,6 @@ +mandir=$(prefix)/man +man1dir=$(mandir)/man1 + CHAPTERS := $(SITE) blurb intro running input output licence manpage index INPUTS = $(patsubst %,%.but,$(CHAPTERS)) @@ -13,5 +16,12 @@ index.html: $(INPUTS) $(HALIBUT) halibut.1: manpage.but $(HALIBUT) --man=halibut.1 manpage.but +install: + $(INSTALL) -m 644 halibut.1 $(man1dir)/halibut.1 + clean: - rm -f *.html *.txt *.hlp *.cnt *.1 *.info* + 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