summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>2006-10-11 06:07:32 +0000
committerMariano Suárez-Alvarez <mariano@src.gnome.org>2006-10-11 06:07:32 +0000
commit75eee743a6465207f55b89d45dabe5ec94855d5a (patch)
treebbeaf4364d377448625e29441828122d153be733
parent2ee456960349da4aef4cfbdbf69fb3bb251a1327 (diff)
downloadgnome-doc-utils-75eee743a6465207f55b89d45dabe5ec94855d5a.tar.gz
install the .pc file even if the build utils are not enabled. Bug #355553.
2006-10-11 Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar> * Makefile.am: install the .pc file even if the build utils are not enabled. Bug #355553. * xslt/xsldoc/xsldoc.xsl: add xi and fxi to exclude-result-prefixes, so that we don't get spurious xmlns attributes all over the place.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am6
-rw-r--r--xslt/xsldoc/xsldoc.xsl2
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 98196ac..442548b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-11 Mariano Suárez-Alvarez <msuarezalvarez@arnet.com.ar>
+
+ * Makefile.am: install the .pc file even if the build utils are not
+ enabled. Bug #355553.
+ * xslt/xsldoc/xsldoc.xsl: add xi and fxi to exclude-result-prefixes,
+ so that we don't get spurious xmlns attributes all over the place.
+
2006-10-09 Shaun McCance <shaunm@gnome.org>
* Makefile.am:
diff --git a/Makefile.am b/Makefile.am
index d969ba2..37072a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,6 @@ aclocal_DATA = gnome-doc-utils.m4
sharedir = $(datadir)/gnome-doc-utils
share_DATA = gnome-doc-utils.make
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gnome-doc-utils.pc
-
pkgdata_DATA=\
template.omf.in \
template.make \
@@ -27,6 +24,9 @@ pkgdata_DATA=\
bin_SCRIPTS = gnome-doc-prepare gnome-doc-html
endif
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gnome-doc-utils.pc
+
# doc must go last
SUBDIRS = po xslt $(xml2po_SUBDIRS) doc
diff --git a/xslt/xsldoc/xsldoc.xsl b/xslt/xsldoc/xsldoc.xsl
index 8d057ea..69e87da 100644
--- a/xslt/xsldoc/xsldoc.xsl
+++ b/xslt/xsldoc/xsldoc.xsl
@@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
xmlns:doc="http://www.gnome.org/~shaunm/xsldoc"
xmlns:fxi="faux://www.w3.org/2001/XInclude"
xmlns:xi="http://www.w3.org/2001/XInclude"
- exclude-result-prefixes="doc"
+ exclude-result-prefixes="doc fxi xi"
version="1.0">
<xsl:namespace-alias stylesheet-prefix="fxi" result-prefix="xi"/>