Seems to be a bug in gtkdoc-scan:
/usr/bin/gtkdoc-scan:162 in 0.11-4
# If there is no MODULE-overrides.txt file we create an empty one.
my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt";
if (! -e $overrides_file) {
`touch $overrides_file`;
}
/usr/bin/gtkdoc-scan:183 in 0.13-1
# If there is no MODULE-overrides.txt file we create an empty one.
# FIXME: why?
#my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt";
#if (! -e $overrides_file) {
# `touch $overrides_file`;
#}
So, the creation of overrides files was disabled, yet they are still added to
EXTRA_DIST.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

