Use FHS for manpages path
This commit is contained in:
parent
fd89b74ed1
commit
f6f90b7b7a
2
INSTALL
2
INSTALL
|
@ -50,7 +50,7 @@ INSTALLATION
|
|||
CONFDIR=/etc \
|
||||
HTMLDIR=/var/www/squidreport \
|
||||
BASEURL=/squidreport \
|
||||
MANDIR=/usr/man/man3 \
|
||||
MANDIR=/usr/share/man/man3 \
|
||||
DOCDIR=/usr/share/doc/squidanalyzer
|
||||
|
||||
If you want to build a distro package, there are two other options that
|
||||
|
|
2
README
2
README
|
@ -64,7 +64,7 @@ INSTALLATION
|
|||
CONFDIR=/etc \
|
||||
HTMLDIR=/var/www/squidreport \
|
||||
BASEURL=/squidreport \
|
||||
MANDIR=/usr/man/man3 \
|
||||
MANDIR=/usr/share/man/man3 \
|
||||
DOCDIR=/usr/share/doc/squidanalyzer
|
||||
|
||||
If you want to build a distro package, there are two other options that
|
||||
|
|
|
@ -70,7 +70,7 @@ Makefile.PL Perl script. Here is a sample:
|
|||
CONFDIR=/etc \
|
||||
HTMLDIR=/var/www/squidreport \
|
||||
BASEURL=/squidreport \
|
||||
MANDIR=/usr/man/man3 \
|
||||
MANDIR=/usr/share/man/man3 \
|
||||
DOCDIR=/usr/share/doc/squidanalyzer
|
||||
|
||||
If you want to build a distro package, there are two other options that you may use. The QUIET option is to tell to Makefile.PL to not show the default post install README. The DESTDIR is to create and install all files in a package build base directory. For example for Fedora RPM, thing may look like that:
|
||||
|
|
Loading…
Reference in New Issue