blob: 1cba4ecf6f6fcf03941a741499c6d8cbf0a1ef8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|