[nautilus-actions] Fix the DOC_LINGUAS variable.
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Fix the DOC_LINGUAS variable.
- Date: Fri, 13 Sep 2013 15:28:34 +0000 (UTC)
commit aed8a32550b4e2bbec2f59166489b8f1b1d9a93a
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Sep 13 17:28:16 2013 +0200
Fix the DOC_LINGUAS variable.
ChangeLog | 4 ++++
docs/nact/Makefile.am | 6 +++++-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index db8c97a..2365a44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-13 Pierre Wieser <pwieser trychlos org>
+
+ * docs/nact/Makefile.am: Fix the DOC_LINGUAS variable.
+
2013-09-11 Pierre Wieser <pwieser trychlos org>
* src/core/na-gtk-utils.c (na_gtk_utils_restore_window_position):
diff --git a/docs/nact/Makefile.am b/docs/nact/Makefile.am
index 0d015a0..9387f83 100644
--- a/docs/nact/Makefile.am
+++ b/docs/nact/Makefile.am
@@ -135,7 +135,11 @@ DOC_FIGURES = \
stock-icon-about.png
#DOC_LINGUAS = $(patsubst $(srcdir)/%,%,$(shell find $(srcdir) -mindepth 1 -maxdepth 1 -type d | $(GREP) -v
$(srcdir)/C))
-DOC_LINGUAS = "de es fr sl"
+DOC_LINGUAS = \
+ de \
+ es \
+ fr \
+ sl
if ENABLE_MANUALS
# _DOC_LC_DOCS is the list of the translated (not C) DOC_MODULE.xml files
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]