jhbuild r2121 - in trunk: . jhbuild
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2121 - in trunk: . jhbuild
- Date: Sat, 31 May 2008 08:51:17 +0000 (UTC)
Author: fpeters
Date: Sat May 31 08:51:17 2008
New Revision: 2121
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2121&view=rev
Log:
* jhbuild/config.py: put JHBuild path to manpages in MANPATH
environment variable. (closes: #535843)
Modified:
trunk/ChangeLog
trunk/jhbuild/config.py
Modified: trunk/jhbuild/config.py
==============================================================================
--- trunk/jhbuild/config.py (original)
+++ trunk/jhbuild/config.py Sat May 31 08:51:17 2008
@@ -162,6 +162,10 @@
bindir = os.path.join(self.prefix, 'bin')
addpath('PATH', bindir)
+ # MANPATH
+ manpathdir = os.path.join(self.prefix, 'share', 'man')
+ addpath('MANPATH', manpathdir)
+
# PKG_CONFIG_PATH
pkgconfigdatadir = os.path.join(self.prefix, 'share', 'pkgconfig')
pkgconfigdir = os.path.join(libdir, 'pkgconfig')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]