From d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 14 Apr 2004 18:14:41 +0000 Subject: ... oh, except that minimal documentation might be helpful. [originally from svn r4075] --- doc/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 762b1d1..8b56d43 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,10 +4,11 @@ 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 --info=halibut.info $(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 -- cgit v1.1