From 13458c821bfbe2e1ac0f355f436097951f465694 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 9 Sep 2009 12:01:42 +0100 Subject: [PATCH 1/1] Don't include gnulib files in POTFILES.in. --- Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index bbf23d9..1ea6ff0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -154,11 +154,13 @@ dist-hook: all-local: cd $(srcdir); \ find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v 'perl/blib/' | \ - grep -v 'capitests/' | \ - grep -v 'daemon/lib/' | \ - grep -v 'daemon/tests/' | \ - grep -v 'examples/' | \ + grep -v '^perl/blib/' | \ + grep -v '^capitests/' | \ + grep -v '^daemon/lib/' | \ + grep -v '^daemon/tests/' | \ + grep -v '^examples/' | \ + grep -v '^gnulib/' | \ + grep -v '^perl/examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ LC_ALL=C sort | \ -- 1.8.3.1