... oh, except that minimal documentation might be helpful.
[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
0287083a 7all: index.html halibut.1
11f2edfa 8
0287083a 9index.html: $(INPUTS) $(HALIBUT)
10 $(HALIBUT) --text=halibut.txt --html --info=halibut.info \
11 --ps=halibut.ps --pdf=halibut.pdf $(INPUTS)
11f2edfa 12
c38da2b7 13halibut.1: manpage.but
14 $(HALIBUT) --man=halibut.1 manpage.but
15
11f2edfa 16clean:
5dd44dce 17 rm -f *.html *.txt *.hlp *.cnt *.1 *.info*