[patch] Re: [patch, docs] Standardize GCC manual title pages.

Brooks Moses brooks.moses@codesourcery.com
Tue Feb 27 12:38:00 GMT 2007


Andreas Schwab wrote:
> Brooks Moses <brooks.moses@codesourcery.com> writes:
>> Committed to trunk, and to 4.2 after testing on i686-pc-linux-gnu.
> 
> I'm getting this on the 4.2 branch:
> 
> (echo "@set version-GCC 4.2.0"; \
>  if [ "prerelease" = "experimental" ]; \
>  then echo "@set DEVELOPMENT"; \
>  else echo "@clear DEVELOPMENT"; \
>  fi) > gcc-vers.texiT
> echo "@set srcdir ../../gcc" >> gcc-vers.texiT
> if [ xinfo = xinfo ]; then \
>         makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I ../../gcc/doc \
>                 -I ../../gcc/doc/include -o doc/gccinstall.info ../../gcc/doc/install.texi; \
> fi
> mv -f gcc-vers.texiT gcc-vers.texi
> ../../gcc/doc/include/gcc-common.texi:11: @include `gcc-vers.texi': No such file or directory.
> makeinfo: Removing output file `doc/gccinstall.info' due to errors; use --force to preserve.
> make[3]: *** [doc/gccinstall.info] Error 1

Bleah.  It works fine on my system, but apparently that's just luck -- I 
missed including the new gcc-vers.texi dependency in gccinstall.* in the 
Makefile, but on my system the "mv -f gcc-vers.texiT gcc-vers.texi" line 
happens to get executed first anyway.

The attached patch ought to fix it; I've tested it on i686-pc-linux-gnu 
(which unfortunately doesn't prove it fixes anything, because it worked 
before, but at least proves it didn't break things), and committed it to 
4.2 and trunk as obvious.  (svn 122365 and 122366)  Let me know if this 
doesn't fix things.

Apologies for the breakage.

- Brooks


-----------------------------------------------------------------------
2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>

	* Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi
	dependency.

-----------------------------------------------------------------------

-------------- next part --------------
A non-text attachment was scrubbed...
Name: titlepagesmakefile.diff
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20070227/547f5257/attachment-0001.bin>


More information about the Fortran mailing list