mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
12 lines
440 B
Text
12 lines
440 B
Text
--- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006
|
|
+++ doc/Makefile.in Thu Apr 5 01:51:13 2007
|
|
@@ -44,3 +44,3 @@
|
|
DIST_SOURCES =
|
|
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
|
|
+INFO_DEPS = $(srcdir)/autoconf.info
|
|
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
|
|
@@ -51,3 +51,3 @@
|
|
HTMLS = autoconf.html standards.html
|
|
-TEXINFOS = autoconf.texi standards.texi
|
|
+TEXINFOS = autoconf.texi
|
|
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|