diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-08 14:37:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-08 14:37:56 +0000 |
| commit | d2f9ff5c93b3edf8a35625181f01038f71598999 (patch) | |
| tree | 05baa71aec18db380fabeb7f2b8f6508f434bd50 /doc/Makefile | |
| parent | a4df55151612b9108fd42ab60a17f088d001e4f0 (diff) | |
| download | halibut-d2f9ff5c93b3edf8a35625181f01038f71598999.zip halibut-d2f9ff5c93b3edf8a35625181f01038f71598999.tar.gz halibut-d2f9ff5c93b3edf8a35625181f01038f71598999.tar.bz2 halibut-d2f9ff5c93b3edf8a35625181f01038f71598999.tar.xz | |
Add a man page.
[originally from svn r4042]
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 0e8737a..624bf54 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,13 +1,16 @@ -CHAPTERS := $(SITE) blurb intro running input output licence index +CHAPTERS := $(SITE) blurb intro running input output licence manpage index INPUTS = $(patsubst %,%.but,$(CHAPTERS)) HALIBUT = ../build/halibut -all: Contents.html +all: Contents.html halibut.1 Contents.html: $(INPUTS) $(HALIBUT) $(HALIBUT) --text=halibut.txt --html $(INPUTS) +halibut.1: manpage.but + $(HALIBUT) --man=halibut.1 manpage.but + clean: rm -f *.html *.txt *.hlp *.cnt *.1 |