This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch, docs] Update gcc/doc/include/texinfo.tex
- From: Brooks Moses <brooks dot moses at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 04 Dec 2006 19:29:17 -0800
- Subject: [patch, docs] Update gcc/doc/include/texinfo.tex
The discussion in the MPFR thread about things in the source tree that
are imported from other sources reminded me that the the copy of
texinfo.tex is starting to get a bit out of date. The version in the
tree is 2005-06-10.07, whereas the latest version is 2006-11-08.17.
I've tested the current version of texinfo.tex on i686-pc-linux-gnu with
both "make dvi" and "make pdf" (it doesn't affect "make info"). The
resulting files are slightly larger (3 kb or so), but are visually
identical so far as I can tell from random spot checks.
-------------------------------------------------------------------
2006-12-04 Brooks Moses <brooks.moses@codesourcery.com>
* doc/include/texinfo.tex: Update to version 2006-11-08.17.
-------------------------------------------------------------------
Rather than including a 46kb patch file, I suspect it's more appropriate
to just say that the updated file I am proposing to commit is the one at
http://savannah.gnu.org/cgi-bin/viewcvs/gnulib/gnulib/build-aux/texinfo.tex?rev=HEAD
Ok for trunk?
- Brooks