From: Richard Jones Date: Wed, 4 Nov 2009 14:30:41 +0000 (+0000) Subject: Debian: Ignore Debian appliance root when looking for translatable files. X-Git-Tag: 1.0.78~48 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=644fccb4aeed3e39978d340b18821aa704adf1bd Debian: Ignore Debian appliance root when looking for translatable files. --- 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