>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> Hello! The following files on the autoconf CVS have DOS-style
Pavel> line endings:
Pavel> doc/make-stds.texi doc/standards.texi doc/texinfo.tex
Ahhh! That's the problem we're facing with makeinfo. Thanks a lot!
Is it something related to the use of wget? Or are the GNU std really
in DOS?
I updated the files doing this:
wget-update:
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/standards.texi -O $(srcdir)/doc/st
andards.texi
$(WGET) ftp://ftp.gnu.org/gnu/GNUinfo/make-stds.texi -O $(srcdir)/doc/ma
ke-stds.texi
$(WGET) ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex -O $(srcdir)/doc/te
xinfo.tex
$(WGET) ftp://ftp.gnu.org/gnu/config/config.guess -O $(srcdir)/config
.guess
$(WGET) ftp://ftp.gnu.org/gnu/config/config.sub -O $(srcdir)/config.sub