[gnome-doc-utils] gnome-doc-utils.make: Enable pot rule for Mallard docs



commit fac845193c372a11fc275e6f54c73299a0505953
Author: Shaun McCance <shaunm gnome org>
Date:   Fri Apr 22 14:10:07 2011 -0400

    gnome-doc-utils.make: Enable pot rule for Mallard docs

 tools/gnome-doc-utils.make |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make
index bc2a61f..0da2cf9 100644
--- a/tools/gnome-doc-utils.make
+++ b/tools/gnome-doc-utils.make
@@ -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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]