[Libguestfs] [PATCH 2/8] build: Nothing under images/ should be translated

Matthew Booth mbooth at redhat.com
Wed Nov 23 14:00:51 UTC 2011


---
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a223600..8394ac4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -228,6 +228,7 @@ all-local:
 	grep -v '/rc_protocol.c' | \
 	grep -v 'appliance/debian/root' | \
 	grep -v '^po-docs/' | \
+	grep -v '^images/' | \
 	LC_ALL=C sort | \
 	sed 's,^\./,,' > po/POTFILES.in
 
-- 
1.7.6.4




More information about the Libguestfs mailing list