20 lines
673 B
Plaintext
20 lines
673 B
Plaintext
--- Makefile.in.orig Mon Sep 6 17:13:29 1999
|
|
+++ Makefile.in Mon Sep 13 16:38:43 1999
|
|
@@ -124,14 +124,14 @@
|
|
# Lets put the informational stuff in a sub directory to avoid
|
|
# poluting /usr/local for default installs.
|
|
#
|
|
-rootdir = $(exec_prefix)/LessTif
|
|
+rootdir = $(pkgdatadir)
|
|
root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS INSTALL KNOWN_BUGS NEWS README RELEASE-POLICY TODO
|
|
|
|
|
|
EXTRA_DIST = acconfig.h configure BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY
|
|
|
|
|
|
-htmldir = $(exec_prefix)/LessTif/doc
|
|
+htmldir = $(pkgdatadir)/doc/html
|
|
html_DATA = NOTES
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|