Andreas Schwab - Re: [patch] Re: [patch, docs] Standardize GCC manual title pages. (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
- From: Andreas Schwab
- To: Brooks Moses
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org, help-gnat at gnu dot org
- Date: Wed, 28 Feb 2007 11:02:02 +0100
- Subject: Re: [patch] Re: [patch, docs] Standardize GCC manual title pages.
- References: <45DE4EE1.1070503@codesourcery.com> <Pine.LNX.4.64.0702252139170.3402@acrux.dbai.tuwien.ac.at> <Pine.LNX.4.64.0702252052060.25558@digraph.polyomino.org.uk> <45E3CFE0.4040402@codesourcery.com> <jehct7apn6.fsf@sykes.suse.de> <45E4070E.4050702@codesourcery.com> <jed53vandk.fsf@sykes.suse.de>
Andreas Schwab schwab@suse.de writes:
Brooks Moses brooks.moses@codesourcery.com writes:
2007-02-26 Brooks Moses brooks.moses@codesourcery.com
* Makefile.in (TEXI_GCCINSTALL_FILES): Add gcc-vers.texi dependency.
gcc-common.texi is also missing. Installed as obvious.
More fallout from this.
Andreas.
2007-02-28 Andreas Schwab schwab@suse.de
* Make-lang.in (doc/gnat_ugn_unw.texi): Depend on
$(gcc_docdir)/include/gcc-common.texi and gcc-vers.texi.
(doc/gnat-style.info): Likewise.
Index: gcc/ada/Make-lang.in
--- gcc/ada/Make-lang.in (revision 122401)
+++ gcc/ada/Make-lang.in (working copy)
@@ -1,6 +1,6 @@
# Top level -- makefile -- fragment for GNU Ada (GNAT).
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
#This file is part of GCC.
@@ -388,7 +388,8 @@ ada/doctools/xgnatugn$(build_exeext): ad
# Note that gnat_ugn_unw.texi does not depend on xgnatugn
# being built so we can distribute a pregenerated gnat_ugn_unw.info
-doc/gnat_ugn_unw.texi: (srcdir)/ada/gnatugn.texi(srcdir)/ada/gnat_ugn.texi (srcdir)/ada/gnatugn.texi(srcdir)/ada/ug_words
+doc/gnat_ugn_unw.texi: (srcdir)/ada/gnatugn.texi(srcdir)/ada/gnat_ugn.texi (srcdir)/ada/gnatugn.texi(srcdir)/ada/ug_words
+ $(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
(MAKE)ada/doctools/xgnatugn(MAKE) ada/doctools/xgnatugn(MAKE)ada/doctools/xgnatugn(build_exeext)
ada/doctools/xgnatugn unw $(srcdir)/ada/gnat_ugn.texi
$(srcdir)/ada/ug_words doc/gnat_ugn_unw.texi
@@ -396,7 +397,6 @@ doc/gnat_ugn_unw.texi: $(srcdir)/ada/gna
doc/gnat_ugn_unw.info: doc/gnat_ugn_unw.texi
(gccdocdir)/include/fdl.texi(gcc_docdir)/include/fdl.texi (gccdocdir)/include/fdl.texi(gcc_docdir)/include/gcc-common.texi
gcc-vers.texi
if [ x$(BUILD_INFO) = xinfo ]; then \
rm -f $(@)*; \
<span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><mo stretchy="false">(</mo><mi>M</mi><mi>A</mi><mi>K</mi><mi>E</mi><mi>I</mi><mi>N</mi><mi>F</mi><mi>O</mi><mo stretchy="false">)</mo></mrow><annotation encoding="application/x-tex">(MAKEINFO) </annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:1em;vertical-align:-0.25em;"></span><span class="mopen">(</span><span class="mord mathnormal" style="margin-right:0.10903em;">M</span><span class="mord mathnormal">A</span><span class="mord mathnormal" style="margin-right:0.07153em;">K</span><span class="mord mathnormal" style="margin-right:0.05764em;">E</span><span class="mord mathnormal" style="margin-right:0.07847em;">I</span><span class="mord mathnormal" style="margin-right:0.02778em;">NFO</span><span class="mclose">)</span></span></span></span>(MAKEINFOFLAGS) -I$(gcc_docdir)/include \
@@ -411,7 +411,8 @@ doc/gnat_rm.info: ada/gnat_rm.texi $(gcc
-I$(srcdir)/ada -o @@ @<;
else true; fi
-doc/gnat-style.info: ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi +doc/gnat-style.info: ada/gnat-style.texi $(gcc_docdir)/include/fdl.texi \
- $(gcc_docdir)/include/gcc-common.texi gcc-vers.texi
if [ x$(BUILD_INFO) = xinfo ]; then
rm -f $(@)*;
(MAKEINFO)(MAKEINFO) (MAKEINFO)(MAKEINFOFLAGS) -I$(gcc_docdir)/include \
-- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
- References:
- [patch, docs] Standardize GCC manual title pages.
* From: Brooks Moses - Re: [patch, docs] Standardize GCC manual title pages.
* From: Gerald Pfeifer - Re: [patch, docs] Standardize GCC manual title pages.
* From: Joseph S. Myers - Re: [patch, docs] Standardize GCC manual title pages.
* From: Brooks Moses - Re: [patch, docs] Standardize GCC manual title pages.
* From: Andreas Schwab - [patch] Re: [patch, docs] Standardize GCC manual title pages.
* From: Brooks Moses - Re: [patch] Re: [patch, docs] Standardize GCC manual title pages.
* From: Andreas Schwab
- [patch, docs] Standardize GCC manual title pages.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |