[ekiga/gnome-2-26] [windows] Automatically add all help language files during building



commit cacdf19cf071646b7d75d9bd2a7c3707cbffe9d7
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Thu May 27 11:38:26 2010 +0200

    [windows] Automatically add all help language files during building

 win32/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 16b6052..d91cf51 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -239,7 +239,9 @@ MV:=mv
 SVN:=svn
 GIT:=git
 
-DOC_LINGUAS=bg ca de el en_GB es eu fi fr oc pt_BR ru sv uk
+# additional help languages to be built, eg to build only C and fr use:
+# DOC_LINGUAS := fr
+DOC_LINGUAS := $(strip $(shell grep DOC_LINGUAS $(SRCDIR)/$(EKIGA_ARCHIVE)/help/Makefile.am | cut -d= -f2))
 
 confflags := --prefix=$(BUILDROOT) --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
 



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