X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/30f55adc136c204d3d558b367edbc380844a2929..46e3c278c370d1404debff5aa25ae184a3e13a14:/index.sgml diff --git a/index.sgml b/index.sgml index fd1a9065..23269e80 100644 --- a/index.sgml +++ b/index.sgml @@ -3,11 +3,16 @@
-- mdocml – mdoc macro compiler + mdocml – UNIX manpage compiler, current version @VERSION@ (@VDATE@) +
++ Sources: current, + cvsweb + (archives)
Disambiguation: mdocml is often referred to by its installed binary, mandoc
.
- mdocml is in plain-old ANSI C and should build and run on any UNIX system, although mandocdb requires Berkeley Database (this is
- installed by default on all BSD operating systems).
- To compile mdocml, run make
, then make install
to install into
- /usr/local.
- Be aware: if you have an existing groff installation,
- this may overwrite its preconv binary.
- The mandocdb utility is not yet linked to the build. You must run make
- mandocdb
to build it (it does not install).
-
- The most current version of mdocml is @VERSION@, dated @VDATE@.
+ mdocml is in ISO C99 and should build and run on any modern system; however, you'll need sqlite3 to build apropos (links to whatis),
+ man.cgi, and mandocdb.
+ To build and install into /usr/local/, just run make install
.
+ Be careful: the preconv, apropos, and whatis binary names are usually taken by existing utilities.
Source archive | -- /snapshots/mdocml.tar.gz - (md5) - | -
Online source | -- cvsweb - | -
+ Several systems come bundled with mdocml utilities.
+ If your system does not appear below, the maintainers have not contacted me and it should not be considered
+ official
.
+ Please contact us if you plan on maintaining a downstream version!
+
DragonFly BSD | - usr.bin/mandoc + usr.bin/mandoc |
FreeBSD | - ports/textproc/mdocml + ports/textproc/mdocml |
NetBSD | - src/external/bsd/mdocml + src/external/bsd/mdocml |
OpenBSD | - src/usr.bin/mandoc + src/usr.bin/mandoc |
Source archive | +pkgsrc | - /snapshots/ + textproc/mdocml + | +
Minix3 | ++ external/bsd/mdocml |
mandoc(1) | +apropos(1) | - format and display UNIX manuals - - (text | - xhtml | - pdf | - postscript) - + search the manual page database |
mandocdb(8) | +demandoc(1) | - index UNIX manuals - - (text | - xhtml | - pdf | - postscript) - + emit only text of UNIX manuals + | +
mandoc(1) | ++ format and display UNIX manuals | |
preconv(1) | recode multibyte UNIX manuals - - (text | - xhtml | - pdf | - postscript) - | |
mandoc(3) | mandoc macro compiler library - - (text | - xhtml | - pdf | - postscript) - | |
man(7) | man language reference - - (text | - xhtml | - pdf | - postscript) - + | +|
man.cgi(7) | ++ cgi for manpage query and display | |
eqn(7) | eqn-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
mandoc_char(7) | mandoc special characters - - (text | - xhtml | - pdf | - postscript) - | |
mdoc(7) | mdoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
roff(7) | roff-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - | |
tbl(7) | tbl-mandoc language reference - - (text | - xhtml | - pdf | - postscript) - + | +|
mandocdb(8) | ++ index UNIX manuals |
bug-reports, general questions, and announcements - (archive) |
patches and system discussions - (archive) |
source commit messages - (archive) |