blob: 6755fac367ef6037d6f5d4694578ae479e578420 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2003/05/08 23:47:03 salo Exp $
--- manual/Makefile.in.orig 2003-04-16 09:04:31.000000000 +0200
+++ manual/Makefile.in 2003-05-07 23:38:16.000000000 +0200
@@ -38,7 +38,7 @@
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
-pkgdatadir = @datadir@/@PACKAGE@/manual
+pkgdatadir = @datadir@/doc/html/@PACKAGE@/manual
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
|