docs: Ignore errnostring.h files too.

Updates commit bd21993d77.
This commit is contained in:
Richard W.M. Jones
2016-10-25 20:42:40 +01:00
parent f68388eec5
commit 7855c8e4a8

View File

@@ -310,7 +310,7 @@ docs/C_SOURCE_FILES: configure.ac
find $(DIST_SUBDIRS) -name '*.[ch]' | \
grep -v -E '^(builder/index-parse\.|builder/index-scan\.|examples/|gnulib/|gobject/|perl/|tests/|test-data/)' | \
grep -v -E '/((guestfs|rc)_protocol\.c)$$' | \
grep -v -E '.*/errnostring\.c$$' | \
grep -v -E '.*/errnostring\.' | \
grep -v -E '.*-gperf\.c$$' | \
LC_ALL=C sort > $@-t
mv $@-t $@