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