summaryrefslogtreecommitdiff
path: root/x11/lesstif12/patches/patch-ap
blob: aec8ef6dec9bfe28aaf70d0e14991206d26e50c8 (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
29
30
31
32
$NetBSD: patch-ap,v 1.1 2002/12/05 18:50:01 drochner Exp $

--- doc/lessdox/widgets/Makefile.am.orig	Fri Mar 30 02:49:10 2001
+++ doc/lessdox/widgets/Makefile.am
@@ -6,7 +6,6 @@
 EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA)
 SUFFIXES=	.1 .3 .5 .html
 
-mandir=	$(prefix)/LessTif/doc/man
 man1dir=	$(prefix)/man/man1
 man3dir=	$(prefix)/man/man3
 man5dir=	$(prefix)/man/man5
@@ -40,8 +39,6 @@
 
 man5_DATA=	
 
-htmldir=	$(prefix)/LessTif/doc/html
-
 html_DATA=	${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
                 ${man5_DATA:.5=.html}
 
@@ -61,10 +58,3 @@
 
 .5.html:
 	$(MAN2HTML) -f <$(srcdir)/$*.5 >$*.html
-
-#
-# This installs an extra symbolic link to make the HTML links work right
-# in both the http://www.lesstif.org and the locally installed case.
-#
-install-data-hook:
-	if [ ! -h $(DESTDIR)$(prefix)/LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/LessTif/doc && cd $(DESTDIR)$(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi