mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
docs: Ignore gnulib files when producing internal documentation.
This fixes commit 04229c68d6.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user