blob: 2eafa80e93bc074fdd275d19f09afaf32f9e88e5 (
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.20 2002/12/05 19:10:43 drochner Exp $
--- Makefile.in.orig Thu Dec 5 17:31:15 2002
+++ Makefile.in Thu Dec 5 17:41:49 2002
@@ -153,12 +153,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
#
|