X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/12a998ed6c1cbb3d6dcfe0e2d410ed33c70a9d84..90b416207a9708302ecc3333c3f3aa4c660122b1:/index.sgml diff --git a/index.sgml b/index.sgml index af354ce3..a48311a9 100644 --- a/index.sgml +++ b/index.sgml @@ -3,11 +3,11 @@
-- mdocml – mdoc macro compiler, current version @VERSION@ (@VDATE@) + mdocml – UNIX manpage compiler, current version @VERSION@ (@VDATE@)
Sources: current, @@ -42,7 +42,7 @@ It also includes preconv, for recoding multibyte manuals; demandoc, for emitting only text parts of manuals; mandocdb, for indexing manuals; and - apropos, for semantic search of manual content. + apropos and whatis, for semantic search of manual content. It is a BSD.lv project.
@@ -52,11 +52,12 @@ Sources
- mdocml is in plain-old ANSI C and should build and run on any modern system.
- To build and install into /usr/local/, just run make install
.
- 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; please contact
- us if you plan to use it.
+ mdocml is in plain-old ANSI C and should build and run on any modern system; however, you'll
+ need libdb to build apropos, whatis, and mandocdb (this
+ is installed by default on BSD UNIX systems — see the Makefile if you're running Linux). 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.
bug-reports, general questions, and announcements - (archive) |
patches and system discussions - (archive) |
source commit messages - (archive) |