2d4494b65d
put all doc under share/LessTif
27 lines
745 B
Plaintext
27 lines
745 B
Plaintext
--- doc/lessdox/clients/Makefile.in.~1~ Thu Jun 18 13:01:01 1998
|
|
+++ doc/lessdox/clients/Makefile.in Tue Jun 23 12:54:52 1998
|
|
@@ -99,10 +99,10 @@
|
|
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
|
|
man3_DATA=
|
|
@@ -117,7 +117,7 @@
|
|
# build them.
|
|
#
|
|
|
|
-htmldir= $(exec_prefix)/LessTif/doc/html
|
|
+htmldir= $(pkgdatadir)/doc/html
|
|
|
|
@HaveMan2html_TRUE@html_DATA= mwm.html mwmrc.html xmbind.html lesstif.html
|
|
|