Adding upstream version 0.5.3
This commit is contained in:
8
scripts/w3mman/CVS/Entries
Normal file
8
scripts/w3mman/CVS/Entries
Normal file
@@ -0,0 +1,8 @@
|
||||
/.cvsignore/1.3/Mon Sep 22 22:53:53 2003//
|
||||
/README/1.3/Wed Dec 18 16:48:02 2002//
|
||||
/hlink.cgi/1.1/Thu Nov 15 00:32:14 2001//
|
||||
/w3mman.1.in/1.6/Fri Apr 7 15:33:56 2006//
|
||||
/w3mman.in/1.5/Fri Apr 7 15:33:56 2006//
|
||||
/Makefile.in/1.5/Tue Jan 4 09:22:28 2011//
|
||||
/w3mman2html.cgi.in/1.9/Tue Jan 4 09:22:28 2011//
|
||||
D
|
1
scripts/w3mman/CVS/Repository
Normal file
1
scripts/w3mman/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
w3m/scripts/w3mman
|
1
scripts/w3mman/CVS/Root
Normal file
1
scripts/w3mman/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:inu@w3m.cvs.sourceforge.net:/cvsroot/w3m
|
@@ -24,7 +24,6 @@ srcdir = @srcdir@
|
||||
sysconfdir = @sysconfdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
VPATH = $(top_srcdir):.
|
||||
DESTDIR =
|
||||
|
||||
CGIBIN_DIR = $(libexecdir)/$(PACKAGE)/cgi-bin
|
||||
AUXBIN_DIR = $(libexecdir)/$(PACKAGE)
|
||||
|
@@ -76,7 +76,7 @@ if ($query{"local"}) {
|
||||
if (! ($file =~ /^\//)) {
|
||||
$file = $query{"pwd"} . '/' . $file;
|
||||
}
|
||||
open(F, "$MAN -l $file 2> /dev/null |");
|
||||
open(F, "MAN_KEEP_FORMATTING=1 $MAN -l $file 2> /dev/null |");
|
||||
} else {
|
||||
$man = $query{"man"};
|
||||
if ($man =~ s/\((\w+)\)$//) {
|
||||
@@ -92,7 +92,7 @@ if ($query{"local"}) {
|
||||
|
||||
$section =~ s:([^-\w\200-\377.,])::g;
|
||||
$man =~ s:([^-\w\200-\377.,])::g;
|
||||
open(F, "$MAN $section $man 2> /dev/null |");
|
||||
open(F, "MAN_KEEP_FORMATTING=1 $MAN $section $man 2> /dev/null |");
|
||||
}
|
||||
$ok = 0;
|
||||
undef $header;
|
||||
|
Reference in New Issue
Block a user