14 lines
544 B
Diff
14 lines
544 B
Diff
|
Index: xen-3.0.5-testing/tools/python/Makefile
|
||
|
===================================================================
|
||
|
--- xen-3.0.5-testing.orig/tools/python/Makefile
|
||
|
+++ xen-3.0.5-testing/tools/python/Makefile
|
||
|
@@ -6,7 +6,7 @@ all: build
|
||
|
|
||
|
# For each new supported translation, add its name here, eg 'fr_FR'
|
||
|
# to cause the .po file to be built & installed, eg
|
||
|
-LINGUAS :=
|
||
|
+LINGUAS := $(shell find xen/xm/messages/ -name '*.po' | sed -e 's,.*/\([^/]*\)/[^/]*$$,\1,')
|
||
|
POPACKAGE := xen-xm
|
||
|
PODIR := xen/xm/messages
|
||
|
POTFILE := $(PODIR)/xen-xm.pot
|