blob: 1052cd8096c2b79344221d7a7433ddea5d61b4f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-aa,v 1.21 2003/07/18 10:50:07 adam Exp $
--- Makefile.in.orig 2003-07-18 01:04:22.000000000 +0200
+++ Makefile.in 2003-07-18 12:06:25.000000000 +0200
@@ -164,12 +164,12 @@
# Lets put the informational stuff in a sub directory to avoid
# poluting /usr/local for default installs.
#
-rootdir = $(prefix)/LessTif
+rootdir = $(prefix)/share/doc/lesstif
dist_root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \
FAQ INSTALL.txt README ReleaseNotes.html ReleaseNotes.txt
-htmldir = $(prefix)/LessTif/doc
+htmldir = $(prefix)/share/doc/html/lesstif
html_DATA = ReleaseNotes.html
#
|