summaryrefslogtreecommitdiff
path: root/x11/lesstif-current/patches/patch-ae
blob: 1318e496578f79ff9b12fdf59a5bef9650306274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-ae,v 1.3 1998/08/07 11:18:11 agc Exp $

--- doc/lessdox/clients/Makefile.in.orig	Tue Apr  7 14:00:12 1998
+++ doc/lessdox/clients/Makefile.in	Wed Apr  8 01:36:34 1998
@@ -96,10 +96,10 @@
 MAINTAINERCLEANFILES=Makefile.in
 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=		$(exec_prefix)/man
+man1dir=	$(mandir)/man1
+man3dir=	$(mandir)/man3
+man5dir=	$(mandir)/man5
 
 man1_DATA=	mwm.1 xmbind.1 lesstif.1
 man3_DATA=
@@ -114,7 +114,7 @@
 # build them.
 #
 
-htmldir=	$(exec_prefix)/LessTif/doc/html
+htmldir=	$(exec_prefix)/share/lesstif/doc/clients
 html_DATA=	mwm.html mwmrc.html xmbind.html lesstif.html
 
 @HaveMan2html_TRUE@man1_HTML=	${man1_DATA:.1=.html}