blob: 2ffb91ad8b3cd18cf24ae950a912ea3789e6a339 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ah,v 1.10 2000/05/25 15:25:44 drochner Exp $
--- doc/www.lesstif.org/Makefile.in.orig Mon May 15 02:47:15 2000
+++ doc/www.lesstif.org/Makefile.in Thu May 18 20:03:22 2000
@@ -128,7 +128,7 @@
# Lets put the informational stuff in a sub directory to avoid
# polluting /usr/local for default installs.
#
-docdir = $(exec_prefix)/LessTif/doc
+docdir = $(exec_prefix)/share/doc/lesstif
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html \
bugs.html cdrom.html core.html current.html \
cvs.html download.html index.html links.html lists.html \
@@ -138,7 +138,7 @@
Advocacy.html Xbae.html Xlt.html
-rootdir = $(exec_prefix)/LessTif
+rootdir = $(docdir)
root_DATA = Install
root2dir = $(exec_prefix)/LessTif
|