summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-07-30 19:31:38 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-07-30 19:31:38 +0000
commitdb7a29fae0877657e71b406d52b38e6898f4c6a0 (patch)
treea87aec97d3dd17b6db4ea86b21dd1db0f5464457 /tools
parent38c95b2ae46695f973f05721cff236e56b3b4e22 (diff)
downloadgnome-doc-utils-db7a29fae0877657e71b406d52b38e6898f4c6a0.tar.gz
- Use = to test equality, bug #456700 from Joe Marcus Clarke
* tools/gnome-doc-utils.make: - Use = to test equality, bug #456700 from Joe Marcus Clarke * tools/gnome-doc-utils.pc.in: - Add icondir, fix gettext, and remove rngdoc and xsldoc svn path=/trunk/; revision=989
Diffstat (limited to 'tools')
-rw-r--r--tools/gnome-doc-utils.make2
-rw-r--r--tools/gnome-doc-utils.pc.in5
2 files changed, 3 insertions, 4 deletions
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
index a5279cc..043720f 100644
--- a/tools/gnome-doc-utils.make
+++ b/tools/gnome-doc-utils.make
@@ -554,7 +554,7 @@ uninstall-doc-figs:
uninstall-doc-omf:
@list='$(_DOC_OMF_ALL)'; for omf in $$list; do \
- if test "x$(_ENABLE_SK)" == "xtrue"; then \
+ if test "x$(_ENABLE_SK)" = "xtrue"; then \
echo "scrollkeeper-uninstall -p $(_sklocalstatedir) $(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
scrollkeeper-uninstall -p "$(_sklocalstatedir)" "$(DESTDIR)$(OMF_DIR)/$(DOC_MODULE)/$$omf"; \
fi; \
diff --git a/tools/gnome-doc-utils.pc.in b/tools/gnome-doc-utils.pc.in
index 3d67523..6c81eec 100644
--- a/tools/gnome-doc-utils.pc.in
+++ b/tools/gnome-doc-utils.pc.in
@@ -1,14 +1,13 @@
prefix=@prefix@
datarootdir=@datarootdir@
datadir=@datadir@
+icondir=${datadir}/gnome-doc-utils/icons
xmldir=${datadir}/xml
xsltdir=${xmldir}/gnome/xslt
-gettext=${xsltdir}/common/gettext.xsl
+gettext=${xsltdir}/gettext/gettext.xsl
db2html=${xsltdir}/docbook/html/db2html.xsl
db2xhtml=${xsltdir}/docbook/html/db2xhtml.xsl
db2omf=${xsltdir}/docbook/omf/db2omf.xsl
-rngdoc=${xsltdir}/rngdoc/rngdoc.xsl
-xsldoc=${xsltdir}/xsldoc/xsldoc.xsl
Name: gnome-doc-utils
Description: GNOME Documentation Utilities