X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fxml2man.pl;h=d7d4e32355031deedd88c1aeca5289516fc95ce2;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=79d52076474367d4ec64aaff3181ab2865d937f9;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;p=xscreensaver diff --git a/hacks/xml2man.pl b/hacks/xml2man.pl index 79d52076..d7d4e323 100755 --- a/hacks/xml2man.pl +++ b/hacks/xml2man.pl @@ -24,7 +24,7 @@ use strict; use Text::Wrap; my $progname = $0; $progname =~ s@.*/@@g; -my ($version) = ('$Revision: 1.6 $' =~ m/\s(\d[.\d]+)\s/s); +my ($version) = ('$Revision: 1.7 $' =~ m/\s(\d[.\d]+)\s/s); my $verbose = 0; @@ -182,6 +182,7 @@ sub xml2man($) { } elsif (m@^<_description>\s*(.*)\s*@) { $desc = $1; } elsif (m@^