diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-21 22:41:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-21 22:41:49 +0000 |
commit | f22d56f1242caf44fa20a85da0d9829b086bd965 (patch) | |
tree | dbedde39755eec44a799533549365db46a70e132 /configure.local.example | |
parent | 1f42b16d7620434847b937d82a463bd7cbe63255 (diff) | |
download | mandoc-f22d56f1242caf44fa20a85da0d9829b086bd965.tar.gz |
Support homebrew-style linking on Mac OS X.
Idea found together with Alexis Hildebrandt <surryhill at gmail dot com>.
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example index 7115147a..911413e2 100644 --- a/configure.local.example +++ b/configure.local.example @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> +# Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -153,6 +153,14 @@ BINM_MAN=mman # default is "man" BINM_WHATIS=mwhatis # default is "whatis" BINM_MAKEWHATIS=mandocdb # default is "makewhatis" +# When using the "homebrew" package manager on Mac OS X, the actual +# manuals are located in a so-called "cellar" and only symlinked +# into the manual trees. To allow mandoc to follow such symlinks, +# you have to specify the physical location of the cellar as returned +# by realpath(3), for example: + +HOMEBREWDIR=/Cellar + # --- user settings related man.cgi ------------------------------------ # By default, building man.cgi(8) is disabled. To enable it, copy |