aboutsummaryrefslogtreecommitdiff
path: root/gnome-doc-utils.make
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-09-26 22:20:52 +0200
committerGuido Günther <agx@sigxcpu.org>2011-09-26 22:20:52 +0200
commit85df09c7a65dab7c54e1e35b0685f8677355710c (patch)
tree49c3d1ae8ceea68ad29185c40403c0add4b68f28 /gnome-doc-utils.make
parentNew upstream version 3.0.1 (diff)
downloadkrb5-auth-dialog-85df09c7a65dab7c54e1e35b0685f8677355710c.tar.gz
krb5-auth-dialog-85df09c7a65dab7c54e1e35b0685f8677355710c.tar.bz2
krb5-auth-dialog-85df09c7a65dab7c54e1e35b0685f8677355710c.zip
New upstream version 3.2.0
Diffstat (limited to 'gnome-doc-utils.make')
-rw-r--r--gnome-doc-utils.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-doc-utils.make b/gnome-doc-utils.make
index 97fd549..0da2cf9 100644
--- a/gnome-doc-utils.make
+++ b/gnome-doc-utils.make
@@ -138,7 +138,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
if ENABLE_SK
_ENABLE_SK = true
@@ -361,7 +361,7 @@ $(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
## @ _DOC_POT
## A pot file
-_DOC_POT = $(if $(DOC_MODULE),$(DOC_MODULE).pot)
+_DOC_POT = $(if $(DOC_MODULE),$(DOC_MODULE).pot,$(if $(DOC_ID),$(DOC_ID).pot))
.PHONY: pot
pot: $(_DOC_POT)
$(_DOC_POT): $(_DOC_C_DOCS_NOENT)
bgstack15