diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-06-12 20:09:40 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-06-12 20:09:40 +0000 |
| commit | 3ae295ca676ac0db275ad2cc1945fa0eca4a19bd (patch) | |
| tree | 6d71723dc97b22868321286f4e730836980c7562 /Makefile | |
| parent | bc4fc12bd13dd4555bc8c22e7c5e3ea03d2b239d (diff) | |
| download | halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.zip halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.gz halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.bz2 halibut-3ae295ca676ac0db275ad2cc1945fa0eca4a19bd.tar.xz | |
Initial checkin of the shiny new rewritten-from-scratch HTML back
end. There's a lot more _potentiality_ for new features than there
are actual new features just yet, but future highlights include:
configurable flavour of HTML (3.2, 4, XHTML Transitional or Strict),
proper character set support (this is half way there already), and
more flexible allocation of sections between multiple HTML files.
Meanwhile, immediate benefits include correct handling of special
characters within `author' and `description' strings, omission of
the filename part in hyperlinks within the same HTML file (in
particular, this means a single output file is now totally
independent of its filename), and hyperlinks to the index from the
top-level contents page (I'm amazed nobody has complained at the
lack of this yet!). There are no doubt some shiny new bugs as well,
but I'll never find them unless people start using the thing...
[originally from svn r4275]
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ include $(LIBCHARSET_SRCDIR)Makefile MODULES := main malloc ustring error help licence version misc tree234 MODULES += input keywords contents index style biblio -MODULES += bk_text bk_xhtml bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf +MODULES += bk_text bk_html bk_whlp bk_man bk_info bk_paper bk_ps bk_pdf MODULES += winhelp psdata wcwidth OBJECTS := $(addsuffix .o,$(MODULES)) $(LIBCHARSET_OBJS) |