diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-01 17:54:54 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-01 17:54:54 +0000 |
| commit | d66fb5283c7f32c80617aa772fa6c54dc9a77847 (patch) | |
| tree | dfad4ce0178aaf527132ba257678651be41328d0 /doc/Makefile | |
| parent | 61c7fec34fdb88d40e549e7807490e4a46749306 (diff) | |
| download | halibut-d66fb5283c7f32c80617aa772fa6c54dc9a77847.zip halibut-d66fb5283c7f32c80617aa772fa6c54dc9a77847.tar.gz halibut-d66fb5283c7f32c80617aa772fa6c54dc9a77847.tar.bz2 halibut-d66fb5283c7f32c80617aa772fa6c54dc9a77847.tar.xz | |
Having done all these command-line options and new \cfg directives,
I'd better document them...
[originally from svn r4024]
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/Makefile b/doc/Makefile index e660d41..0e8737a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,11 +7,7 @@ HALIBUT = ../build/halibut all: Contents.html Contents.html: $(INPUTS) $(HALIBUT) - $(HALIBUT) $(INPUTS) - rm -f index.html - ln -s Contents.html index.html - mv output.txt halibut.txt - rm -f output.hlp output.cnt output.1 + $(HALIBUT) --text=halibut.txt --html $(INPUTS) clean: rm -f *.html *.txt *.hlp *.cnt *.1 |