Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 305191 | Differences between
and this patch

Collapse All | Expand All

(-)gtk-doc-1.13.orig/gtkdoc-scan.in (-4 / +4 lines)
Lines 182-191 Link Here
182
182
183
# If there is no MODULE-overrides.txt file we create an empty one.
183
# If there is no MODULE-overrides.txt file we create an empty one.
184
# FIXME: why?
184
# FIXME: why?
185
#my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt";
185
my $overrides_file = "${OUTPUT_DIR}/$MODULE-overrides.txt";
186
#if (! -e $overrides_file) {
186
if (! -e $overrides_file) {
187
#  `touch $overrides_file`;
187
  `touch $overrides_file`;
188
#}
188
}
189
189
190
190
191
191

Return to bug 305191