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 /po/Makefile.in.in | |
parent | unbreak sysmouse support. [w3m-dev 04262] (diff) | |
download | w3m-1d5c3e343f9e85c5334f1fd58baeef0707824c57.tar.gz w3m-1d5c3e343f9e85c5334f1fd58baeef0707824c57.zip |
add datarootdir. [w3m-dev 04264]
Diffstat (limited to '')
-rw-r--r-- | po/Makefile.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 27b721a..bd848de 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -20,6 +20,7 @@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ datadir = @datadir@ localedir = $(datadir)/locale gettextsrcdir = $(datadir)/gettext/po |