po: Add common/ml* directories to POTFILES-ml.

Although it's not too likely that these libraries will contain
translatable strings, it's consistent to add them to po/POTFILES-ml
because mllib/*.ml are also in this file.
This commit is contained in:
Richard W.M. Jones
2017-09-26 09:44:24 +01:00
parent 2b00983f23
commit abf43c40ca
2 changed files with 17 additions and 1 deletions

View File

@@ -351,7 +351,7 @@ po/POTFILES: configure.ac
po/POTFILES-ml: configure.ac
rm -f $@ $@-t
cd $(srcdir); \
find builder customize dib get-kernel mllib resize sparsify sysprep v2v -name '*.ml' | \
find builder common/ml* customize dib get-kernel mllib resize sparsify sysprep v2v -name '*.ml' | \
grep -v '^builder/templates/' | \
LC_ALL=C sort > $@-t
mv $@-t $@

View File

@@ -16,6 +16,22 @@ builder/sources.ml
builder/utils.ml
builder/yajl.ml
builder/yajl_tests.ml
common/mlaugeas/augeas.ml
common/mlgettext/common_gettext.ml
common/mlpcre/PCRE.ml
common/mlpcre/pcre_tests.ml
common/mlprogress/progress.ml
common/mlstdutils/guestfs_config.ml
common/mlstdutils/std_utils.ml
common/mlstdutils/std_utils_tests.ml
common/mlstdutils/stringMap.ml
common/mlstdutils/stringSet.ml
common/mlutils/c_utils.ml
common/mlutils/c_utils_unit_tests.ml
common/mlutils/unix_utils.ml
common/mlvisit/visit.ml
common/mlvisit/visit_tests.ml
common/mlxml/xml.ml
customize/SELinux_relabel.ml
customize/append_line.ml
customize/crypt.ml