Forgot to mention the info backend in the man page.
[sgt/halibut] / doc / Makefile
CommitLineData
c38da2b7 1CHAPTERS := $(SITE) blurb intro running input output licence manpage index
11f2edfa 2
3INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5HALIBUT = ../build/halibut
6
c38da2b7 7all: Contents.html halibut.1
11f2edfa 8
339cbe09 9Contents.html: $(INPUTS) $(HALIBUT)
5dd44dce 10 $(HALIBUT) --text=halibut.txt --html --info=halibut.info $(INPUTS)
11f2edfa 11
c38da2b7 12halibut.1: manpage.but
13 $(HALIBUT) --man=halibut.1 manpage.but
14
11f2edfa 15clean:
5dd44dce 16 rm -f *.html *.txt *.hlp *.cnt *.1 *.info*