diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-04 16:36:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-04 16:36:29 +0000 |
commit | d9daa5be69a29302f85e87b1e1bd45f38f568427 (patch) | |
tree | 6a1c73ce0f8b483b580b91a18b083518526fe3ff /configure.local.example | |
parent | 22ccd178311de517816a83f87e6454f224c994ae (diff) | |
download | mandoc-d9daa5be69a29302f85e87b1e1bd45f38f568427.tar.gz |
Debian needs relative symlinks not only for manual pages,
but also for program files.
Issue reported by Michael <Stapelberg at debian dot org>
and by Markus <Waldeck at gmx dot de>.
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example index 33a7bdec..e1d5b829 100644 --- a/configure.local.example +++ b/configure.local.example @@ -85,6 +85,13 @@ BINDIR="${PREFIX}/bin" SBINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man" +# If BINDIR and SBINDIR are not subdirectories of the same parent +# directory or if the basename(1) of BINDIR differs from "bin", +# the relative path from SBINDIR to BINDIR is also needed. +# The default is: + +BIN_FROM_SBIN="../bin" + # Some distributions may want to avoid naming conflicts # with the configuration files of other man(1) implementations. # This changes the name of the installed section 5 manual page as well. |