diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | scripts/w3mman/w3mman.1.in | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -21,6 +21,8 @@ add BIN_DIR, MAN1_DIR LIB_TARGETS->CGIBIN_TARGETS fix INSTALL_MAN + * scripts/w3mman/w3mman.1.in: + change @LIB_DIR@ to @libexecdir@/@PACKAGE@/cgi-bin/ 2003-10-01 Akira TAGOH <at@gclab.org> @@ -8136,4 +8138,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.878 2003/10/05 16:14:02 ukai Exp $ +$Id: ChangeLog,v 1.879 2003/10/05 16:24:45 ukai Exp $ 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), |