After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620665 - Add a --mandir option to setup.py
Add a --mandir option to setup.py
Status: RESOLVED FIXED
Product: gaupol
Classification: Other
Component: general
0.16
Other NetBSD
: Normal minor
: ---
Assigned To: gaupol-maint@gnome.bugs
gaupol-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-06-05 15:53 UTC by Osmo Salomaa
Modified: 2010-07-02 00:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Osmo Salomaa 2010-06-05 15:53:29 UTC
From NetBSD's Thomas Klausner:

For pkgsrc, I'm currently patching gaupol to install into
${PKGMANDIR}/man. The value for PKGMANDIR varies depending on the
platform pkgsrc is running on, either share/man or man.

Could you please add an installation flag so the proper path can be
passed as argument?
Comment 1 Osmo Salomaa 2010-07-02 00:49:04 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.

I added it as a global option, so it needs to be placed before any commands. For example

    ./setup.py --mandir $PKGMANDIR install ...

See './setup.py --help' for the help message.

commit 5605b94a9182ad3faed0e51ceb7167c04fc5a2b9
Author: Osmo Salomaa <otsaloma@cc.hut.fi>
Date:   Fri Jul 2 03:40:06 2010 +0300

    Add --mandir global option to setup.py.
    
    Allows installation of man pages to locations other than the default
    'share/man'. Fixes #620665.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=620665