30 lines
877 B
Plaintext
30 lines
877 B
Plaintext
--- doc/lessdox/clients/Makefile.in.orig Fri Jan 14 17:42:42 2000
|
|
+++ doc/lessdox/clients/Makefile.in Thu Jan 27 13:41:37 2000
|
|
@@ -120,12 +120,12 @@
|
|
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
|
SUFFIXES = .1 .3 .5 .html
|
|
|
|
-mandir = $(exec_prefix)/LessTif/doc/man
|
|
-man1dir = $(exec_prefix)/LessTif/doc/man/man1
|
|
-man3dir = $(exec_prefix)/LessTif/doc/man/man3
|
|
-man5dir = $(exec_prefix)/LessTif/doc/man/man5
|
|
+mandir = @mandir@
|
|
+man1dir = $(mandir)/man1
|
|
+man3dir = $(mandir)/man3
|
|
+man5dir = $(mandir)/man5
|
|
|
|
-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1
|
|
+man1_DATA = mwm.1 xmbind.1 lesstif.1
|
|
man3_DATA =
|
|
man5_DATA = mwmrc.5
|
|
|
|
@@ -138,7 +138,7 @@
|
|
# build them.
|
|
#
|
|
|
|
-htmldir = $(exec_prefix)/LessTif/doc/html
|
|
+htmldir = $(pkgdatadir)/doc/html
|
|
|
|
@HaveMan2html_TRUE@html_DATA = \
|
|
@HaveMan2html_TRUE@mwm.html mwmrc.html xmbind.html lesstif.html xlt.html xbae.html
|