summaryrefslogtreecommitdiffstats
path: root/system/mdocml/README
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2015-10-29 19:45:43 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-29 19:45:43 +0700
commit49240572cf91cd1a9e278857fcc30d8435800e4a (patch)
tree0e1dc9639a54b26eccd8310301acf82ab495d280 /system/mdocml/README
parent280b4372449470f0abfc0750b81f9d24ea86c024 (diff)
downloadslackbuilds-49240572cf91cd1a9e278857fcc30d8435800e4a.tar.gz
slackbuilds-49240572cf91cd1a9e278857fcc30d8435800e4a.tar.xz
system/mdocml: Updated for version 1.13.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mdocml/README')
-rw-r--r--system/mdocml/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/mdocml/README b/system/mdocml/README
index 40c03d56a4..4b350fe9fb 100644
--- a/system/mdocml/README
+++ b/system/mdocml/README
@@ -8,3 +8,13 @@ XHTML, HTML, PostScript, and PDF. It also includes preconv, for recoding
multibyte manuals; demandoc, for emitting only text parts of manuals; mandocdb,
for indexing manuals; and apropos, whatis, and man.cgi (via catman) for
semantic search of manual content.
+
+There is an environment variable called REPLACE_MAN, that if set to a non-empty
+string, will instruct the slackbuild script to replace the stock man package
+(you should remove(pkg) it first, though).
+
+After installing, make sure to (re)create the mandoc specific "whatis"
+database(s) in your manpath(s), eg.:
+# mandocdb /usr/man /usr/local/man
+... or, if you've chosen to replace man, then:
+# makewhatis /usr/man /usr/local/man