2000-06-30 02:01:26 -04:00
|
|
|
--- doc/www.lesstif.org/Makefile.in.orig Sun Jun 25 12:38:15 2000
|
|
|
|
+++ doc/www.lesstif.org/Makefile.in Thu Jun 29 22:42:41 2000
|
|
|
|
@@ -124,7 +124,7 @@
|
1998-05-06 02:05:05 -04:00
|
|
|
# Lets put the informational stuff in a sub directory to avoid
|
1999-09-13 17:28:37 -04:00
|
|
|
# polluting /usr/local for default installs.
|
1998-05-06 02:05:05 -04:00
|
|
|
#
|
2000-06-19 21:24:44 -04:00
|
|
|
-docdir = $(exec_prefix)/LessTif/doc
|
|
|
|
+docdir = $(pkgdatadir)/doc/html
|
|
|
|
doc_DATA = COPYING.LIB.html FAQ.html INSTALL.html apps.html \
|
1999-12-18 14:41:39 -05:00
|
|
|
bugs.html cdrom.html core.html current.html \
|
|
|
|
cvs.html download.html index.html links.html lists.html \
|
2000-06-30 02:01:26 -04:00
|
|
|
@@ -134,10 +134,10 @@
|
2000-06-19 21:24:44 -04:00
|
|
|
Advocacy.html Xbae.html Xlt.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
|