]> git.decadent.org.uk Git - dak.git/commitdiff
joy-fix (I checked it, it works)
authorMichael Beattie <mjb@debian.org>
Fri, 31 Aug 2001 08:01:11 +0000 (08:01 +0000)
committerMichael Beattie <mjb@debian.org>
Fri, 31 Aug 2001 08:01:11 +0000 (08:01 +0000)
update-bugdoctxt

index d3bc086c570626ee9c170486d7160f3333a35f54..1869e0ff720c84af1b30423c232b1682b2f5051a 100755 (executable)
@@ -13,7 +13,7 @@ convert () {
        src=$1; dst=$2
        rm -f .new-$dst
        echo Generating $dst from http://www.debian.org/Bugs/$src ...
-       lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || /^\s*Other pages:$/m)' >.new-$dst
+       lynx -nolist -dump $urlbase$src | sed -e 's/^ *$//' | perl -00 -ne 'exit if /Back to the Debian Project homepage/; print unless ($.==1 || $.==2 || $.==3 || /^\s*Other pages:$/m)' >.new-$dst
        if cmp -s .new-$dst $dst ; then rm -f .new-$dst
        else mv -f .new-$dst $dst
        fi