X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fbuild-docdep.perl;h=ba4205e0302a267a5da6bef504f3e69eb0c4aa6d;hb=bf474e2402e51843e8230c064da6ccfdf3a8ff54;hp=489389c32af57d39bb843e2b0621144b38006fa3;hpb=67c7575947b06a2a9bbdb355357895149bdbd8e5;p=git.git diff --git a/Documentation/build-docdep.perl b/Documentation/build-docdep.perl index 489389c32..ba4205e03 100755 --- a/Documentation/build-docdep.perl +++ b/Documentation/build-docdep.perl @@ -41,10 +41,6 @@ while ($changed) { while (my ($text, $included) = each %include) { if (! exists $included{$text} && (my $base = $text) =~ s/\.txt$//) { - my ($suffix) = '1'; - if ($base eq 'git') { - $suffix = '7'; # yuck... - } - print "$base.html $base.$suffix : ", join(" ", keys %$included), "\n"; + print "$base.html $base.xml : ", join(" ", keys %$included), "\n"; } }