... oh, except that minimal documentation might be helpful.
[sgt/halibut] / doc / Makefile
index 624bf54..8b56d43 100644 (file)
@@ -4,13 +4,14 @@ INPUTS = $(patsubst %,%.but,$(CHAPTERS))
 
 HALIBUT = ../build/halibut
 
-all: Contents.html halibut.1
+all: index.html halibut.1
 
-Contents.html: $(INPUTS) $(HALIBUT)
-       $(HALIBUT) --text=halibut.txt --html $(INPUTS)
+index.html: $(INPUTS) $(HALIBUT)
+       $(HALIBUT) --text=halibut.txt --html --info=halibut.info \
+               --ps=halibut.ps --pdf=halibut.pdf $(INPUTS)
 
 halibut.1: manpage.but
        $(HALIBUT) --man=halibut.1 manpage.but
 
 clean:
-       rm -f *.html *.txt *.hlp *.cnt *.1
+       rm -f *.html *.txt *.hlp *.cnt *.1 *.info*