diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-05 16:24:45 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-10-05 16:24:45 +0000 |
commit | 30d3c1b37a574f06267b3172ce45ede83711c052 (patch) | |
tree | b52e5707a9dd0ec31d5250dadde3e438f33b0843 /scripts/w3mman/w3mman.1.in | |
parent | fix variable usage (diff) | |
download | w3m-30d3c1b37a574f06267b3172ce45ede83711c052.tar.gz w3m-30d3c1b37a574f06267b3172ce45ede83711c052.zip |
* scripts/w3mman/w3mman.1.in:
change @LIB_DIR@ to @libexecdir@/@PACKAGE@/cgi-bin/
Diffstat (limited to '')
-rw-r--r-- | scripts/w3mman/w3mman.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/w3mman/w3mman.1.in b/scripts/w3mman/w3mman.1.in index 3bc5998..eb30237 100644 --- a/scripts/w3mman/w3mman.1.in +++ b/scripts/w3mman/w3mman.1.in @@ -43,7 +43,7 @@ If W3MMAN_W3M is set, its value is used instead of @W3M@. If W3MMAN_MAN is set, its value is used instead of @MAN@. .SH FILES .TP -.I @LIB_DIR@/w3mman2html.cgi +.I @libexecdir@/@PACKAGE@/cgi-bin/w3mman2html.cgi convert manual page to html. .SH SEE ALSO .BR man (1), |