mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a1d4c378f4
Submitted by: hrs
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
--- doc/Makefile.in.orig Thu Dec 30 00:42:11 2004
|
|
+++ doc/Makefile.in Thu Jan 6 18:18:11 2005
|
|
@@ -147,8 +147,8 @@
|
|
texi2html.ascii
|
|
|
|
#
|
|
-texinfodata = $(datadir)/texinfo
|
|
-texinfohtmldir = $(texinfodata)/html
|
|
+texinfodata = $(datadir)/doc/texinfo
|
|
+texinfohtmldir = $(texinfodata)
|
|
texinfohtml_DATA = texi2html.html
|
|
|
|
# use the script out of the distribution NOT
|