mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Remove strip-links.pl, not needed anymore
(This used to be commit 0cdab65ae336d8d1887519076a121deffe1ceb17)
This commit is contained in:
parent
3d6bb1823c
commit
049791de5b
@ -1,16 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
## small script to strip the <URL:...> tags from
|
||||
## manpages generated from docbook2man. we'll leave
|
||||
## the <URL:ftp://...> and <URL:mailto:...> links for now
|
||||
|
||||
while (<STDIN>) {
|
||||
|
||||
chomp ($_);
|
||||
$_ =~ s/\s*<URL:.*html.*>\s+/ /g;
|
||||
$_ =~ s/\s*<URL:.*html.*>\S//g;
|
||||
$_ =~ s/\s*<URL:.*html.*>$//g;
|
||||
print "$_\n";
|
||||
|
||||
}
|
||||
exit 0;
|
Loading…
x
Reference in New Issue
Block a user