28 lines
846 B
Text
28 lines
846 B
Text
$NetBSD: patch-ak,v 1.1 1998/10/31 01:02:18 frueauf Exp $
|
|
|
|
--- doc/lessdox/functions/Makefile.in.orig Fri Oct 30 05:35:11 1998
|
|
+++ doc/lessdox/functions/Makefile.in Sat Oct 31 01:41:30 1998
|
|
@@ -107,10 +107,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=
|
|
man3_DATA= \
|
|
@@ -127,7 +127,7 @@
|
|
# build them.
|
|
#
|
|
|
|
-htmldir= $(exec_prefix)/LessTif/doc/html
|
|
+htmldir= $(exec_prefix)/share/lesstif/doc
|
|
|
|
@HaveMan2html_TRUE@html_DATA= ${man1_DATA:.1=.html} ${man3_DATA:.3=.html} \
|
|
@HaveMan2html_TRUE@ ${man5_DATA:.5=.html}
|