openbsd-ports/x11/lesstif/patches/patch-doc_lessdox_clients_Makefile.in

30 lines
877 B
Plaintext
Raw Normal View History

2000-06-30 02:01:26 -04:00
--- doc/lessdox/clients/Makefile.in.orig Sun Jun 25 12:38:17 2000
+++ doc/lessdox/clients/Makefile.in Thu Jun 29 22:42:16 2000
@@ -117,12 +117,12 @@
EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
1999-03-20 23:04:24 -05:00
SUFFIXES = .1 .3 .5 .html
1998-05-06 02:05:05 -04:00
1999-03-20 23:04:24 -05: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 12:07:23 -04:00
+mandir = @mandir@
+man1dir = $(mandir)/man1
+man3dir = $(mandir)/man3
+man5dir = $(mandir)/man5
1998-05-06 02:05:05 -04:00
2000-01-27 14:11:41 -05:00
-man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1
+man1_DATA = mwm.1 xmbind.1 lesstif.1
1999-03-20 23:04:24 -05:00
man3_DATA =
2000-01-27 14:11:41 -05:00
man5_DATA = mwmrc.5
2000-06-30 02:01:26 -04:00
@@ -135,7 +135,7 @@
1998-05-06 02:05:05 -04:00
# build them.
#
1999-03-20 23:04:24 -05:00
-htmldir = $(exec_prefix)/LessTif/doc/html
+htmldir = $(pkgdatadir)/doc/html
1999-12-18 14:41:39 -05:00
@HaveMan2html_TRUE@html_DATA = \
2000-01-27 14:11:41 -05:00
@HaveMan2html_TRUE@mwm.html mwmrc.html xmbind.html lesstif.html xlt.html xbae.html