From 573c0a26fb4230cc80461f2fe83f35f9b4b307e2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 8 Nov 2015 22:10:03 +0000 Subject: [PATCH] gobject: Ignore gobject/docs/guestfs-scan.c. I'm not sure what/why this file has suddenly appeared. It may be something to do with updating gtk-doc. Whatever - ignore it. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0ca7d0d16..0626fae18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -287,7 +287,7 @@ dist-hook: all-local: cd $(srcdir); \ find $(DIST_SUBDIRS) -name '*.c' -o -name '*.pl' -o -name '*.pm' | \ - grep -v -E '^(examples|gnulib|perl/(blib|examples)|po-docs|tests|test-data)/' | \ + grep -v -E '^(examples|gnulib|gobject/docs|perl/(blib|examples)|po-docs|tests|test-data)/' | \ grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \ grep -v -E '^python/utils.c$$' | \ LC_ALL=C sort > po/POTFILES