mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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 $@
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user