diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-23 20:10:23 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-23 20:10:23 +0000 |
| commit | 6cba4fa3f6c02db9994d6b6234f2ae5007839a5d (patch) | |
| tree | a713c55ba681e428d4770a8c5172982d25a89208 /Makefile | |
| parent | 6576379028db35e575cb6c855396706bad363521 (diff) | |
| download | halibut-6cba4fa3f6c02db9994d6b6234f2ae5007839a5d.zip halibut-6cba4fa3f6c02db9994d6b6234f2ae5007839a5d.tar.gz halibut-6cba4fa3f6c02db9994d6b6234f2ae5007839a5d.tar.bz2 halibut-6cba4fa3f6c02db9994d6b6234f2ae5007839a5d.tar.xz | |
Man-page back end for Halibut. Also, a couple of additional markup
features commonly used in man pages: (a) the ability to nest
paragraph breaks, code paragraphs and other lists inside list items,
and (b) description lists as normally used in man pages to describe
command-line options.
[originally from svn r3954]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ SRC := ../ MODULES := main malloc ustring error help licence version misc tree234 MODULES += input keywords contents index style biblio -MODULES += bk_text bk_xhtml bk_whlp +MODULES += bk_text bk_xhtml bk_whlp bk_man MODULES += winhelp OBJECTS := $(addsuffix .o,$(MODULES)) |