Debian: Ignore Debian appliance root when looking for translatable files.
authorRichard Jones <rjones@debian5x64.home.annexia.org>
Wed, 4 Nov 2009 14:30:41 +0000 (14:30 +0000)
committerRichard Jones <rjones@debian5x64.home.annexia.org>
Wed, 4 Nov 2009 14:30:41 +0000 (14:30 +0000)
Makefile.am

index a4f4b0b..87efb2d 100644 (file)
@@ -194,6 +194,7 @@ all-local:
        grep -v '^perl/examples/' | \
        grep -v '/guestfs_protocol.c' | \
        grep -v '/rc_protocol.c' | \
        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
 
        LC_ALL=C sort | \
        sed 's,^\./,,' > po/POTFILES.in