diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-26 18:18:57 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-26 18:18:57 +0000 |
| commit | 086c683684f8eeead39fc664f829804276150d0a (patch) | |
| tree | df35d9ecf0718db93de1324f7aa9a46174262a2a /doc/Makefile | |
| parent | 6b06f96f6c5e70a952e923a3d154f82402ec5cce (diff) | |
| download | halibut-086c683684f8eeead39fc664f829804276150d0a.zip halibut-086c683684f8eeead39fc664f829804276150d0a.tar.gz halibut-086c683684f8eeead39fc664f829804276150d0a.tar.bz2 halibut-086c683684f8eeead39fc664f829804276150d0a.tar.xz | |
Second instalment of the manual: added a chapter on output formats.
I _think_ the manual now contains all the information a user should
need, even if not yet in an optimal order for a beginner to learn
from.
[originally from svn r3989]
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 62c3229..cacad86 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -CHAPTERS := $(SITE) blurb intro running input licence +CHAPTERS := $(SITE) blurb intro running input output licence INPUTS = $(patsubst %,%.but,$(CHAPTERS)) |