[kupfer] help: Use -mmallard option to xml2po to merge correctly



commit 23399b0905a90937f21236a2a6650c2801cf3347
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Sat Mar 6 15:24:49 2010 +0100

    help: Use -mmallard option to xml2po to merge correctly
    
    This change requires a reconfigure (./waf configure) of the project.

 help/wscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help/wscript b/help/wscript
index 0e08f7a..d1170e5 100644
--- a/help/wscript
+++ b/help/wscript
@@ -76,7 +76,7 @@ def set_options(opt):
 
 def configure(conf):
 	xml2po = conf.find_program('xml2po', var='XML2PO')
-	conf.env['XML2POFLAGS'] = '-e -p'
+	conf.env['XML2POFLAGS'] = '-mmallard -p'
 
 def build(bld):
 	if bld.env["XML2PO"]:



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