virt-v2v/0001-po-Remove-some-POTFILE...

49 lines
1.3 KiB
Diff

From f80f1c31c9446f326484ae93ba4919586f4f3df8 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 19 Nov 2019 15:25:07 +0000
Subject: [PATCH 1/2] po: Remove some POTFILES-ml which aren't included in the
tarball.
---
Makefile.am | 2 ++
po/POTFILES-ml | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 638268d8b..50322eb69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,6 +113,8 @@ po/POTFILES-ml: configure.ac
rm -f $@ $@-t
cd $(srcdir); \
find common/ml* v2v -name '*.ml' | \
+ grep -v '^common/mlprogress/' | \
+ grep -v '^common/mlvisit/' | \
grep -v '^v2v/config.ml$$' | \
LC_ALL=C sort > $@-t
mv $@-t $@
diff --git a/po/POTFILES-ml b/po/POTFILES-ml
index b5cebb2f8..eef7c5f3b 100644
--- a/po/POTFILES-ml
+++ b/po/POTFILES-ml
@@ -6,7 +6,6 @@ common/mlgettext/common_gettext.ml
common/mllibvirt/libvirt.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
@@ -34,8 +33,6 @@ common/mlutils/c_utils.ml
common/mlutils/c_utils_unit_tests.ml
common/mlutils/unix_utils.ml
common/mlv2v/uefi.ml
-common/mlvisit/visit.ml
-common/mlvisit/visit_tests.ml
common/mlxml/xml.ml
v2v/DOM.ml
v2v/changeuid.ml
--
2.23.0