X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fbuild-docdep.perl;h=ba4205e0302a267a5da6bef504f3e69eb0c4aa6d;hb=5f4347bba39ddb147b06913ac263fc46954d2d0b;hp=489389c32af57d39bb843e2b0621144b38006fa3;hpb=b4d2b04c9b6dc42c0bcf0513b9d8f731ec26db82;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"; } }