diff options
author | gabor <gabor@FreeBSD.org> | 2008-07-13 22:38:16 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2008-07-13 22:38:16 +0800 |
commit | 30e4c1641b09f0e6543b33017fd97ab59bf612a7 (patch) | |
tree | 73679b31b4154200d4addabcecc7e6fe49f9ee4d /textproc/Makefile | |
parent | a7a7a3a3e85606a6d6e846790daccdfd5df3332e (diff) | |
download | freebsd-ports-graphics-30e4c1641b09f0e6543b33017fd97ab59bf612a7.tar.gz freebsd-ports-graphics-30e4c1641b09f0e6543b33017fd97ab59bf612a7.tar.zst freebsd-ports-graphics-30e4c1641b09f0e6543b33017fd97ab59bf612a7.zip |
The DocBook DTD defines structural and content-based SGML markup
for computer documentation, with a primary emphasis on software
documentation and related classes of technical documents. Its
main high-level hierarchical structures are for books, reference
entries (for example, ``man pages''), and articles. It is
maintained by the DocBook Technical Committee of OASIS.
This port contains DocBook 4.5. Note that DocBook 4.5 includes
the XML DocBook DTD as part of the SGML DTD distribution. If
you do not need SGML DTD you should install:
textproc/docbook-xml-450
instead. There are no conflicts if both ports are installed
but you will have duplicates of most of the files.
WWW: http://www.docbook.org/specs/docbook-4.5-spec-cs-01.html
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 854d1a1934e..1667f481861 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -101,6 +101,7 @@ SUBDIR += docbook-420 SUBDIR += docbook-430 SUBDIR += docbook-440 + SUBDIR += docbook-450 SUBDIR += docbook-sk SUBDIR += docbook-tdg SUBDIR += docbook-to-man |