blob: ca48a2f32fb52c775e5019dd06667f8060a466a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ah,v 1.9 2000/04/27 13:14:51 tron Exp $
--- doc/www.lesstif.org/Makefile.in.orig Sat Apr 15 16:39:10 2000
+++ doc/www.lesstif.org/Makefile.in Thu Apr 27 14:05:17 2000
@@ -126,11 +126,11 @@
# 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 mirrors.html platforms.html release-policy.html test_policy.html test_summary.html testers.html versions.html web_button.html known.html help.html Advocacy.html Xbae.html Xlt.html
-rootdir = $(exec_prefix)
+rootdir = $(docdir)
root_DATA = Install
root2dir = $(exec_prefix)/LessTif
|