diff options
| author | Dai Sato <satodai@w3m.jp> | 2007-05-30 03:15:13 +0000 | 
|---|---|---|
| committer | Dai Sato <satodai@w3m.jp> | 2007-05-30 03:15:13 +0000 | 
| commit | 1d5c3e343f9e85c5334f1fd58baeef0707824c57 (patch) | |
| tree | ae39d027030f48f68dee4b86df7600e5c2648ff8 /scripts/w3mman | |
| parent | unbreak sysmouse support. [w3m-dev 04262] (diff) | |
| download | w3m-1d5c3e343f9e85c5334f1fd58baeef0707824c57.tar.gz w3m-1d5c3e343f9e85c5334f1fd58baeef0707824c57.zip  | |
add datarootdir. [w3m-dev 04264]
Diffstat (limited to 'scripts/w3mman')
| -rw-r--r-- | scripts/w3mman/Makefile.in | 1 | 
1 files changed, 1 insertions, 0 deletions
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@  | 
