mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
419 B
Plaintext
14 lines
419 B
Plaintext
$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
|