diff options
author | Alessio Treglia <alessio@debian.org> | 2011-04-21 16:11:45 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2011-04-21 16:11:45 +0200 |
commit | a84e285710cf4452b10cf99d8bc8311b0afc1426 (patch) | |
tree | 064f41512a4322458ec6c2760112afbc033fa23c /help/Makefile.in | |
parent | 4d1839479083e694399094f509c773c3ab994a42 (diff) | |
parent | 0898b615a2ea01bd65aa1d560350b48bd036b5b6 (diff) |
Merge commit 'upstream/2.32.0.2'
Diffstat (limited to 'help/Makefile.in')
-rw-r--r-- | help/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Makefile.in b/help/Makefile.in index 248730a..2cd8f12 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -584,7 +584,7 @@ _db2omf ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils` _malrng ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils` _chunks ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl _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 +_ids ?= $(shell $(PKG_CONFIG) --variable xmldir gnome-doc-utils)/gnome/xslt/docbook/utils/ids.xsl @ENABLE_SK_TRUE@_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir` @ENABLE_SK_TRUE@_sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir` @ENABLE_SK_TRUE@_skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml |