blob: 6b0b55687f2cdd783e40e75b4a21c49f3067a283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2005/02/07 13:30:11 wiz Exp $
--- doc/Makefile.in.orig 2005-02-04 01:16:54.000000000 +0100
+++ doc/Makefile.in
@@ -146,7 +146,7 @@ info_TEXINFOS = texi2html.texi
# texi2html.ascii
#
texinfodata = $(datadir)/texinfo
-texinfohtmldir = $(texinfodata)/html
+texinfohtmldir = $(datadir)/doc/texi2html
texinfohtml_DATA = texi2html.html
# use the script out of the distribution NOT
|