[glade] Added myself as a maintainer, and backported docs build fix from 3.10 branch



commit 3d331480c5b5eab818ef67c7e1ec1e792d0a402b
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Thu Oct 6 19:02:56 2011 -0300

    Added myself as a maintainer, and backported docs build fix from 3.10 branch

 MAINTAINERS         |    4 ++++
 doc/Makefile.am     |    2 +-
 glade.doap          |    8 ++++++++
 gladeui/Makefile.am |    3 ++-
 4 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index a55d54b..660fd1d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,7 @@
 Tristan Van Berkom
 E-mail: tristan van berkom gmail com
 Userid: tvb
+
+Juan Pablo Ugarte
+E-mail: juanpablougarte gmail com
+Userid: jpu
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 120ddf7..2d42190 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -102,7 +102,7 @@ GTKDOC_CFLAGS= \
 	-I$(top_builddir)         \
 	`pkg-config --cflags gtk+-3.0`
 
-GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-2.la
+GTKDOC_LIBS= `pkg-config --libs gtk+-3.0` ${top_builddir}/gladeui/libgladeui-2.la
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
diff --git a/glade.doap b/glade.doap
index bf37634..4d67ec4 100644
--- a/glade.doap
+++ b/glade.doap
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";
@@ -35,4 +36,11 @@
       <gnome:userid>tvb</gnome:userid>
     </foaf:Person>
   </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Juan Pablo Ugarte</foaf:name>
+      <foaf:mbox rdf:resource="mailto:juanpablougarte gmail com" />
+      <gnome:userid>jpu</gnome:userid>
+    </foaf:Person>
+  </maintainer>
 </Project>
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index 5e35469..76fef97 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -150,7 +150,8 @@ noinst_HEADERS = \
 	glade-accumulators.h \
 	glade-design-private.h \
 	glade-preview-tokens.h \
-	glade-preview.h
+	glade-preview.h \
+	glade-path.h
 
 if PLATFORM_WIN32
 libgladeui_2_la_LDFLAGS += -no-undefined



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