summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parent2ee456960349da4aef4cfbdbf69fb3bb251a1327 (diff)
downloadyelp-xsl-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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d969ba21..37072a57 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