[ekiga/gnome-2-26] [windows] Fix "Only C help localisation is built"



commit b932630655d04b2c366f8443cb1156810bdc7f1f
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon May 31 10:55:40 2010 +0200

    [windows] Fix "Only C help localisation is built"

 win32/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index db53faa..ee41818 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -241,7 +241,7 @@ GIT:=git
 
 # 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))
+DOC_LINGUAS := $(strip $(shell grep DOC_LINGUAS $(EKIGA_DIR)/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]