From 644fccb4aeed3e39978d340b18821aa704adf1bd Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 4 Nov 2009 14:30:41 +0000 Subject: [PATCH] Debian: Ignore Debian appliance root when looking for translatable files. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a4f4b0b..87efb2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,6 +194,7 @@ all-local: grep -v '^perl/examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ + grep -v 'appliance/debian/root' | \ LC_ALL=C sort | \ sed 's,^\./,,' > po/POTFILES.in -- 1.8.3.1