[gimp-help/wip/wormnest/python3-migration: 16/16] build: add --base path to XML2POFLAGS




commit e2f60f2141e7b5023e495bd1ae7fffbb53f1fbef
Author: Jacob Boerema <jgboerema gmail com>
Date:   Wed Jun 2 17:06:08 2021 -0400

    build: add --base path to XML2POFLAGS

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 624190d26..228d4ed56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,7 @@ AC_SUBST(DOCBOOK2ODFFLAGS)
 #  Use our customized xml2po
 
 XML2PO='$(top_srcdir)/tools/xml2po.py'
-XML2POFLAGS="--mode=gimphelp"
+XML2POFLAGS="--mode=gimphelp --base=$(top_srcdir)/"
 AC_SUBST(XML2PO)
 AC_SUBST(XML2POFLAGS)
 


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