20 lines
637 B
Plaintext
20 lines
637 B
Plaintext
--- Makefile.in.orig Thu Dec 21 07:42:37 2000
|
|
+++ Makefile.in Sun Jan 21 14:11:49 2001
|
|
@@ -128,14 +128,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 KNOWN_BUGS README RELEASE-POLICY release-notes.txt
|
|
|
|
|
|
EXTRA_DIST = acconfig.h configure BUG-REPORTING CREDITS KNOWN_BUGS RELEASE-POLICY NOTES
|
|
|
|
|
|
-htmldir = $(exec_prefix)/LessTif/doc
|
|
+htmldir = $(pkgdatadir)/doc/html
|
|
html_DATA = release-notes.html
|
|
|
|
#install-data-hook:
|