summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-04-04 03:47:50 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-04-04 03:47:50 +0000
commitc921c25f2e74a8e3b937848e948240d4408f7071 (patch)
tree54f1dba9fc7955443fa5df561ad65fefda004a25
parent6a7ac1cda6bdb2fc3c681176fdaad7050cadedc2 (diff)
downloadgnome-doc-utils-c921c25f2e74a8e3b937848e948240d4408f7071.tar.gz
- Use -e on xml2po when generating docs
* gnome-doc-utils.make: - Use -e on xml2po when generating docs
-rw-r--r--ChangeLog5
-rw-r--r--gnome-doc-utils.make2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f555969..24eb234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-03 Shaun McCance <shaunm@gnome.org>
+
+ * gnome-doc-utils.make:
+ - Use -e on xml2po when generating docs
+
2005-04-01 Shaun McCance <shaunm@gnome.org>
* gnome-doc-utils.make:
diff --git a/gnome-doc-utils.make b/gnome-doc-utils.make
index 1d78ccf..6b9baf1 100644
--- a/gnome-doc-utils.make
+++ b/gnome-doc-utils.make
@@ -434,7 +434,7 @@ $(_DOC_LC_DOCS) : $(_DOC_POFILES)
$(_DOC_LC_DOCS) : $(_DOC_C_DOCS)
if test -f "$(_DOC_C_MODULE)"; then d="../C/"; else d="../$(srcdir)/C/"; fi; \
(cd $(dir $@) && \
- $(_xml2po) -p $(patsubst %/$(notdir $@),%,$@).po $${d}$(notdir $@) > $(notdir $@))
+ $(_xml2po) -e -p $(patsubst %/$(notdir $@),%,$@).po $${d}$(notdir $@) > $(notdir $@))
################################################################################