X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dohtml;h=d3b3e1bcbad754d0052080c792871c1f277a8e74;hb=e5d969744101034c2ccc00fa5cc24718bc202f2b;hp=8b9b6f5a5ee36eaec9e6ba192596b1bb57b7240d;hpb=e9eb807741db0e4c06a4ca4dd9e5eea0ea843d9c;p=bugscan.git diff --git a/dohtml b/dohtml index 8b9b6f5..d3b3e1b 100755 --- a/dohtml +++ b/dohtml @@ -39,17 +39,6 @@ EOF ./bugreport -H -s $filter cat < -Explanation for comment tags: - -

Explanation for bug tags: @@ -126,25 +115,15 @@ EOF


@@ -174,17 +153,8 @@ makepage "debian/contrib" "$title" $htmldir/debian/contrib.html "$time" makepage "debian/non-free" "$title" $htmldir/debian/non-free.html "$time" makepage "debian/source" "$title" $htmldir/debian/source.html "$time" -makepage "" "$title" "$htmldir/debian/testing.html" "$time" "-t" - -makepage "non-US" "$title" "$htmldir/debian-non-US/all.html" "$time" -makepage "non-US/main" "$title" $htmldir/debian-non-US/main.html "$time" -makepage "non-US/contrib" "$title" $htmldir/debian-non-US/contrib.html "$time" -makepage "non-US/non-free" "$title" $htmldir/debian-non-US/non-free.html "$time" -makepage "non-US/source" "$title" $htmldir/debian-non-US/source.html "$time" - -makepage "pseudo" "$title" $htmldir/other/pseudo.html "$time" - makepage "" "$title" $htmldir/other/all.html "$time" +makepage "" "$title" "$htmldir/other/testing.html" "$time" "-t" makemainpage > $htmldir/index.html.new mv -f $htmldir/index.html.new $htmldir/index.html