blob: b21bf6a438bd5487725fca9b803e781a936f1942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-doc_man_man8_Makefile.in,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $
--- doc/man/man8/Makefile.in.orig 2012-03-16 22:14:30.000000000 +0000
+++ doc/man/man8/Makefile.in
@@ -284,7 +284,7 @@ host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
-htmldir = ${prefix}/share/doc/@PACKAGE@-@VERSION@/html
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
|