docs: Ignore gnulib files when producing internal documentation.

This fixes commit 04229c68d6.
This commit is contained in:
Richard W.M. Jones
2016-04-12 15:20:18 +01:00
parent 557b6ce35c
commit d13f438850

View File

@@ -117,7 +117,7 @@ stamp-guestfs-internals.pod: guestfs-internals.pod internal-documentation.pod
$<
touch $@
source_files := $(shell cd $(top_srcdir) && find -name '*.c' | $(SED) 's,^\./,,' | grep -Ev '^(gobject/|builder/index-scan.c)')
source_files := $(shell cd $(top_srcdir) && find -name '*.c' | $(SED) 's,^\./,,' | grep -Ev '^(\.gnulib/|gobject/|builder/index-scan.c)')
internal-documentation.pod: $(source_files:%=$(top_srcdir)/%)
rm -f $@ $@-t