diff options
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r-- | doc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index 9d45b37bb..bdc565794 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.6f from Makefile.am. +# Makefile.in generated by automake 1.7 from Makefile.am. # @configure_input@ # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 @@ -194,9 +194,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$< -coreutils.info: version.texi -coreutils.dvi: version.texi -coreutils.pdf: version.texi +coreutils.info: coreutils.texi version.texi +coreutils.dvi: coreutils.texi version.texi +coreutils.pdf: coreutils.texi version.texi version.texi: stamp-vti stamp-vti: coreutils.texi $(top_srcdir)/configure.ac @(dir=.; test -f ./coreutils.texi || dir=$(srcdir); \ |