From 4b638508c91d30349a7a18b7acfe9fd65c246720 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Thu, 24 Mar 2016 09:36:45 +0100 Subject: [PATCH] fixxref: only warn on the broken files if the good ones aren#t there If people already followed the advice and fixed the files, don't warn again. The broken files will come back after package updates, since aparently no one cares about the upstream reports. --- gtkdoc-fixxref.in | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gtkdoc-fixxref.in b/gtkdoc-fixxref.in index 3d9e8d0..4747f29 100755 --- a/gtkdoc-fixxref.in +++ b/gtkdoc-fixxref.in @@ -77,15 +77,15 @@ sub run { 'version' => \$PRINT_VERSION, 'help' => \$PRINT_HELP, 'src-lang' => \$SRC_LANG); - + GetOptions(\%optctl, "module=s", "module-dir=s", "html-dir:s", "extra-dir=s@", "src-lang=s", "version", "help"); - + if ($PRINT_VERSION) { print "@VERSION@\n"; exit 0; } - + if ($PRINT_HELP) { print <