blob: 01399e962a15001130af895800f16e9a43f07922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2003/08/29 10:16:12 xtraeme Exp $
--- doc/Makefile.in.orig 2003-08-29 10:16:59.000000000 +0200
+++ doc/Makefile.in 2003-08-29 10:17:21.000000000 +0200
@@ -87,7 +87,7 @@
VERSION = @VERSION@
X_BASE_LIBS = @X_BASE_LIBS@
-htmldir = $(prefix)/@PACKAGE@/html
+htmldir = $(prefix)/share/doc/html/@PACKAGE@
SUBDIRS = art screenshots
|