4606f924bd
with some additionnal fixes by me.
13 lines
438 B
Text
13 lines
438 B
Text
$NetBSD: patch-ad,v 1.7 2004/05/12 18:45:26 bouyer Exp $
|
|
|
|
--- docs/Makefile.in.orig 2004-01-08 10:23:48.000000000 -0800
|
|
+++ docs/Makefile.in 2004-02-23 07:56:48.000000000 -0800
|
|
@@ -33,7 +33,7 @@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = ..
|