[ekiga/gnome-2-26] [windows] Fix help localisation during building



commit c4332c3040eea9c23809b8f45c5f80a92977c884
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu May 27 13:37:42 2010 +0200

    [windows] Fix help localisation during building

 win32/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index d91cf51..ac659a7 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -766,6 +766,7 @@ endif
 
 	for lc in C $(DOC_LINGUAS); do \
 		mkdir -p $(EKIGA_PREFIX)/help/$$lc; \
+		test $$lc != "C" && xml2po -m docbook -e -p $(EKIGA_DIR)/help/$$lc/$$lc.po $(EKIGA_DIR)/help/C/ekiga.xml >$(EKIGA_DIR)/help/$$lc/ekiga.xml ; \
 		if test -f $(EKIGA_DIR)/help/$$lc/ekiga.xml; then \
 			xmlto -o $(EKIGA_PREFIX)/help/$$lc/ --skip-validation html $(EKIGA_DIR)/help/$$lc/ekiga.xml; \
 		fi ;\



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