2000-01-27 19:11:41 +00:00
|
|
|
--- 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 @@
|
1998-06-23 23:11:10 +00:00
|
|
|
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
|
1999-03-21 04:04:24 +00:00
|
|
|
SUFFIXES = .1 .3 .5 .html
|
1998-05-06 06:05:05 +00:00
|
|
|
|
1999-03-21 04:04:24 +00:00
|
|
|
-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
|
1999-04-22 16:07:23 +00:00
|
|
|
+mandir = @mandir@
|
|
|
|
+man1dir = $(mandir)/man1
|
|
|
|
+man3dir = $(mandir)/man3
|
|
|
|
+man5dir = $(mandir)/man5
|
1998-05-06 06:05:05 +00:00
|
|
|
|
2000-01-27 19:11:41 +00:00
|
|
|
-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1
|
|
|
|
+man1_DATA = mwm.1 xmbind.1 lesstif.1
|
1999-03-21 04:04:24 +00:00
|
|
|
man3_DATA =
|
2000-01-27 19:11:41 +00:00
|
|
|
man5_DATA = mwmrc.5
|
|
|
|
|
1999-12-18 19:41:39 +00:00
|
|
|
@@ -138,7 +138,7 @@
|
1998-05-06 06:05:05 +00:00
|
|
|
# build them.
|
|
|
|
#
|
|
|
|
|
1999-03-21 04:04:24 +00:00
|
|
|
-htmldir = $(exec_prefix)/LessTif/doc/html
|
|
|
|
+htmldir = $(pkgdatadir)/doc/html
|
1998-06-23 23:11:10 +00:00
|
|
|
|
1999-12-18 19:41:39 +00:00
|
|
|
@HaveMan2html_TRUE@html_DATA = \
|
2000-01-27 19:11:41 +00:00
|
|
|
@HaveMan2html_TRUE@mwm.html mwmrc.html xmbind.html lesstif.html xlt.html xbae.html
|