22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
$OpenBSD: patch-doc_www.lesstif.org_Makefile.in,v 1.4 2006/01/12 00:08:47 naddy Exp $
|
|
--- doc/www.lesstif.org/Makefile.in.orig Thu Dec 21 13:42:41 2000
|
|
+++ doc/www.lesstif.org/Makefile.in Thu Jan 12 00:58:07 2006
|
|
@@ -125,14 +125,14 @@ SUBDIRS = images
|
|
# Lets put the informational stuff in a sub directory to avoid
|
|
# polluting /usr/local for default installs.
|
|
#
|
|
-docdir = $(exec_prefix)/LessTif/doc
|
|
+docdir = $(pkgdatadir)/doc/html
|
|
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 feedback.html
|
|
|
|
|
|
-rootdir = $(exec_prefix)/LessTif
|
|
+rootdir = $(pkgdatadir)
|
|
root_DATA = Install
|
|
|
|
-root2dir = $(exec_prefix)/LessTif
|
|
+root2dir = $(pkgdatadir)
|
|
root2_DATA = FAQ
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../../include/LTconfig.h
|