Use FHS for manpages path

This commit is contained in:
Mathieu Parent 2016-03-02 12:16:13 +01:00
parent fd89b74ed1
commit f6f90b7b7a
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ INSTALLATION
CONFDIR=/etc \ CONFDIR=/etc \
HTMLDIR=/var/www/squidreport \ HTMLDIR=/var/www/squidreport \
BASEURL=/squidreport \ BASEURL=/squidreport \
MANDIR=/usr/man/man3 \ MANDIR=/usr/share/man/man3 \
DOCDIR=/usr/share/doc/squidanalyzer DOCDIR=/usr/share/doc/squidanalyzer
If you want to build a distro package, there are two other options that If you want to build a distro package, there are two other options that

2
README
View File

@ -64,7 +64,7 @@ INSTALLATION
CONFDIR=/etc \ CONFDIR=/etc \
HTMLDIR=/var/www/squidreport \ HTMLDIR=/var/www/squidreport \
BASEURL=/squidreport \ BASEURL=/squidreport \
MANDIR=/usr/man/man3 \ MANDIR=/usr/share/man/man3 \
DOCDIR=/usr/share/doc/squidanalyzer DOCDIR=/usr/share/doc/squidanalyzer
If you want to build a distro package, there are two other options that If you want to build a distro package, there are two other options that

View File

@ -70,7 +70,7 @@ Makefile.PL Perl script. Here is a sample:
CONFDIR=/etc \ CONFDIR=/etc \
HTMLDIR=/var/www/squidreport \ HTMLDIR=/var/www/squidreport \
BASEURL=/squidreport \ BASEURL=/squidreport \
MANDIR=/usr/man/man3 \ MANDIR=/usr/share/man/man3 \
DOCDIR=/usr/share/doc/squidanalyzer 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: 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: