[glibmm] Removed doctooldir variable from pkgconfig files



commit ed489a8d190468d0f01c54da87bd58fb7b8055c8
Author: Kalev Lember <kalev smartlink ee>
Date:   Mon Jun 13 16:54:10 2011 +0300

    Removed doctooldir variable from pkgconfig files
    
    * glib/glibmm{,-uninstalled}.pc.in: Removed doctooldir variable now
    that the scripts are in mm-common.
    https://bugzilla.redhat.com/show_bug.cgi?id=712474

 ChangeLog                     |    9 +++++++++
 glib/glibmm-uninstalled.pc.in |    1 -
 glib/glibmm.pc.in             |    1 -
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 92759d4..ed70171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-06-13  Kalev Lember  <kalev smartlink ee>
+
+	Removed doctooldir variable from pkgconfig files
+
+	* glib/glibmm{,-uninstalled}.pc.in: Removed doctooldir variable now
+	that the scripts are in mm-common.
+	https://bugzilla.redhat.com/show_bug.cgi?id=712474
+	Bug #652461
+
 2011-06-13  José Alburquerque  <jaalburqu svn gnome org>
 
 	m4 Macros: _INITIALZE: Modify so that $1 substitutes C++ type w/o &.
diff --git a/glib/glibmm-uninstalled.pc.in b/glib/glibmm-uninstalled.pc.in
index 1a1f781..5e70064 100644
--- a/glib/glibmm-uninstalled.pc.in
+++ b/glib/glibmm-uninstalled.pc.in
@@ -1,5 +1,4 @@
 gmmprocdir=${pc_top_builddir}/tools
-doctooldir=${pc_top_builddir}/${pcfiledir}/@top_srcdir@/docs
 
 doxytagfile=${pc_top_builddir}/docs/reference/@GLIBMM_MODULE_NAME  tag
 htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
diff --git a/glib/glibmm.pc.in b/glib/glibmm.pc.in
index 45cfbf7..b08f62d 100644
--- a/glib/glibmm.pc.in
+++ b/glib/glibmm.pc.in
@@ -6,7 +6,6 @@ datadir= datadir@
 includedir= includedir@
 
 gmmprocdir=${libdir}/@GLIBMM_MODULE_NAME@/proc
-doctooldir=${datadir}/@GLIBMM_MODULE_NAME@/doctool
 
 docdir=${datarootdir}/doc/@GLIBMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GLIBMM_MODULE_NAME  tag



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]