summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-03-19 16:37:56 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-03-19 16:37:56 +0000
commitc3e1f2c7509baf7d816cf7cc4d0ad542352f4c91 (patch)
tree2a71c5261c85904e813afd25576a7c3f0345c9ff /tools
parenteb79cd00187a1001e0a1eb2ca40c686773fad7c8 (diff)
downloadgnome-doc-utils-c3e1f2c7509baf7d816cf7cc4d0ad542352f4c91.tar.gz
- Don't call scrollkeeper when it's not installed, #410715
* tools/gnome-doc-utils.make: - Don't call scrollkeeper when it's not installed, #410715 svn path=/trunk/; revision=904
Diffstat (limited to 'tools')
-rw-r--r--tools/gnome-doc-utils.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
index 5a23229..882b84d 100644
--- a/tools/gnome-doc-utils.make
+++ b/tools/gnome-doc-utils.make
@@ -130,9 +130,11 @@ _chunks ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook
_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl
_ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl
+if ENABLE_SK
_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir`
_sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir`
_skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml
+endif
################################################################################