[Libguestfs] [PATCH 1/5] gobject: Ignore gobject/docs/guestfs-scan.c.

Richard W.M. Jones rjones at redhat.com
Mon Nov 9 23:02:11 UTC 2015


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 0ca7d0d..0626fae 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
-- 
2.5.0




More information about the Libguestfs mailing list