blob: 9f64c2e5edea038ed3e813b1f730a17c2fdc87b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.24 2004/11/22 14:30:18 adam Exp $
--- Makefile.in.orig 2004-09-28 21:37:55.000000000 +0000
+++ Makefile.in
@@ -282,11 +282,11 @@ DIST_SUBDIRS = scripts include lib clien
# 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
#
|