Closed krytarowski closed 8 years ago
Does this work with the Debian build mechanism @xtaran?
Haven't tried, but looked fine on a first glance.
For Debian it might be need to set MANDIR=share/man from a command line.
Hi,
On Wed, Jan 13, 2016 at 02:30:56AM -0800, Kamil Rytarowski wrote:
For Debian it might be need to set MANDIR=share/man from a command line.
I already fiddle with $MAN in debian/rules
, so no problem for me.
Kind regards, Axel
/~\ Plain Text Ribbon Campaign | Axel Beckert \ / Say No to HTML in E-Mail and News | abe@deuxchevaux.org (Mail) X See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber) / \ I love long mails: http://email.is-not-s.ms/ | http://abe.noone.org/ (Web)
Okay, in that case I will just merge. :)
Allow to overwrite
MANDIR
, it's OS specific and configurable in pkgsrc. It's usuallyshare/man
(GNU) orman
(BSD).Files must be installed with specific file mode. Previously man-page was installed with executable bit.
BIN:=
andMAN:=
didn't work well with overwrittableMANDIR
, go for canonical way of using these paths.