diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
| commit | d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa (patch) | |
| tree | d43471f1fc6360cf5d0949f3653484483d78d4f7 /doc/Makefile | |
| parent | 9b2bfc5e6619e459a1ce195dab703cf787a2b5e7 (diff) | |
| download | halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.zip halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.gz halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.bz2 halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.xz | |
... oh, except that minimal documentation might be helpful.
[originally from svn r4075]
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |