diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:24:02 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:24:02 +0000 | 
| commit | d6d37ee0c991ead2b1613c0af242d2e603313d87 (patch) | |
| tree | f54ef4313b0db75941e44bf480c5b9edfa16e208 /scripts | |
| parent | Releasing debian version 0.5.1-5.1 (diff) | |
| download | w3m-d6d37ee0c991ead2b1613c0af242d2e603313d87.tar.gz w3m-d6d37ee0c991ead2b1613c0af242d2e603313d87.zip | |
Releasing debian version 0.5.2-1debian/0.5.2-1
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.in | 1 | ||||
| -rw-r--r-- | scripts/multipart/Makefile.in | 1 | ||||
| -rw-r--r-- | scripts/w3mhelp.cgi.in | 3 | ||||
| -rw-r--r-- | scripts/w3mman/Makefile.in | 1 | 
4 files changed, 5 insertions, 1 deletions
| diff --git a/scripts/Makefile.in b/scripts/Makefile.in index c90ab2e..7efcb24 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ diff --git a/scripts/multipart/Makefile.in b/scripts/multipart/Makefile.in index ad472ee..20af165 100644 --- a/scripts/multipart/Makefile.in +++ b/scripts/multipart/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ diff --git a/scripts/w3mhelp.cgi.in b/scripts/w3mhelp.cgi.in index 135b835..b2fca8f 100644 --- a/scripts/w3mhelp.cgi.in +++ b/scripts/w3mhelp.cgi.in @@ -1,11 +1,12 @@  #!@PERL@ -# $Id: w3mhelp.cgi.in,v 1.28 2004/03/22 17:03:13 ukai Exp $ +# $Id: w3mhelp.cgi.in,v 1.29 2007/05/29 11:50:24 inu Exp $  if ( $^O =~ /^(ms)?(dos|win(32|nt)?)/i ) {    $CYGPATH = 1;  }  $prefix = "@prefix@"; +$datarootdir = "@datarootdir@";  $helpdir = "@HELP_DIR@";  if ($CYGPATH) {    $helpdir = &cygwin_pathconv($helpdir); diff --git a/scripts/w3mman/Makefile.in b/scripts/w3mman/Makefile.in index ab941c5..6c567c7 100644 --- a/scripts/w3mman/Makefile.in +++ b/scripts/w3mman/Makefile.in @@ -8,6 +8,7 @@ top_srcdir=@top_srcdir@  VPATH= $(srcdir):.  prefix = @prefix@  exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@  bindir = @bindir@  datadir = @datadir@  libdir = @libdir@ | 
