GNOME Bugzilla – Bug 620665
Add a --mandir option to setup.py
Last modified: 2010-07-02 00:49:04 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?
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