diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-14 00:47:47 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-14 00:47:47 +0000 |
commit | 7a16ce2ccee1abad5914ec94305cd1ddcc133204 (patch) | |
tree | 262a92b6c8f6f4d53276d18b910d2ff580b720dc /gcc/doc | |
parent | c21e07dcf1b3eb29c8f6d2847000ea74f6337ece (diff) | |
download | gcc-7a16ce2ccee1abad5914ec94305cd1ddcc133204.tar.gz |
contrib:
* texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
greater than 9 in enumerations.
gcc:
* Makefile.in (POD2MAN): Don't include --section=1.
(manext): Rename to man1ext. All users changed.
(man7ext): New.
(man7dir): New.
(generated-manpages): Also depend on $(docdir)/gfdl.7,
$(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
--section=1 in calls to $(POD2MAN).
($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
(maintainer-clean, install, uninstall): Handle the new man pages.
($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
(installdirs): Create man7dir.
* doc/cpp.texi: Include GFDL in this manual. In the man page,
refer to gfdl(7) for the GFDL. Apply Front Cover and Back Cover
texts to man page. Include gpl(7), gfdl(7) and fsf-funding(7) in
the SEE ALSO man page section.
* doc/gcov.texi: Apply GFDL to man page. Include gpl(7), gfdl(7)
and fsf-funding(7) in the SEE ALSO man page section.
* doc/invoke.texi: Apply GFDL to man page. Include gpl(7),
gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
* doc/include/fdl.texi, doc/include/funding.texi,
doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
* doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
gcc/cp:
* Make-lang.in: Change all uses of $(manext) to $(man1ext).
gcc/f:
* Make-lang.in: Change all uses of $(manext) to $(man1ext).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46998 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/.cvsignore | 3 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 19 | ||||
-rw-r--r-- | gcc/doc/gcov.texi | 33 | ||||
-rw-r--r-- | gcc/doc/include/fdl.texi | 16 | ||||
-rw-r--r-- | gcc/doc/include/funding.texi | 14 | ||||
-rw-r--r-- | gcc/doc/include/gpl.texi | 17 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 32 |
7 files changed, 95 insertions, 39 deletions
diff --git a/gcc/doc/.cvsignore b/gcc/doc/.cvsignore index e31607524e0..48cfd3dfade 100644 --- a/gcc/doc/.cvsignore +++ b/gcc/doc/.cvsignore @@ -4,3 +4,6 @@ cppinternals.info* gcc.1 cpp.1 gcov.1 +gfdl.7 +gpl.7 +fsf-funding.7 diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index ed167e49bbc..158474ef113 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -15,22 +15,18 @@ Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation. A copy of -the license is included in the accompanying manual for GCC, in the -section ``GNU Free Documentation License''. +the license is included in the @c man end -@end macro - -@c The manpage doesn't have Front-Cover and Back-Cover Texts, but the -@c complete manual does. -zw - +section entitled ``GNU Free Documentation License''. @ignore @c man begin COPYRIGHT -This manual contains no Invariant Sections, and has no Front-Cover Texts -or Back-Cover Texts. +man page gfdl(7). @c man end @end ignore +@end macro @macro covertexts +@c man begin COPYRIGHT This manual contains no Invariant Sections. The Front-Cover Texts are (a) (see below), and the Back-Cover Texts are (b) (see below). @@ -43,6 +39,7 @@ This manual contains no Invariant Sections. The Front-Cover Texts are You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development. +@c man end @end macro @macro gcctabopt{body} @@ -92,6 +89,7 @@ useful on its own. * Traditional Mode:: * Implementation Details:: * Invocation:: +* GNU Free Documentation License:: * Index of Directives:: * Concept Index:: @@ -3806,6 +3804,7 @@ cpp [@option{-D}@var{macro}[=@var{defn}]@dots{}] [@option{-U}@var{macro}] Only the most useful options are listed here; see below for the remainder. @c man end @c man begin SEEALSO +gpl(7), gfdl(7), fsf-funding(7), gcc(1), as(1), ld(1), and the Info entries for @file{cpp}, @file{gcc}, and @file{binutils}. @c man end @@ -4280,6 +4279,8 @@ preprocess as normal. With two dashes, exit immediately. @end table @c man end +@include fdl.texi + @page @node Index of Directives @unnumbered Index of Directives diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index c4e6e55eb96..86b64e0e8e5 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -6,20 +6,23 @@ @c man begin COPYRIGHT Copyright @copyright{} 1996, 1997, 1999, 2000, 2001 Free Software Foundation, Inc. -Permission is granted to make and distribute verbatim copies of this -manual provided the copyright notice and this permission notice are -preserved on all copies. - -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided also that the -entire resulting derived work is distributed under the terms of a -permission notice identical to this one. - -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be included in translations -approved by the Free Software Foundation instead of in the original -English. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 or +any later version published by the Free Software Foundation; with the +Invariant Sections being ``GNU General Public License'' and ``Funding +Free Software'', the Front-Cover texts being (a) (see below), and with +the Back-Cover Texts being (b) (see below). A copy of the license is +included in the gfdl(7) man page. + +(a) The FSF's Front-Cover Text is: + + A GNU Manual + +(b) The FSF's Back-Cover Text is: + + You have freedom to copy and modify this GNU Manual, like GNU + software. Copies published by the Free Software Foundation raise + funds for GNU development. @c man end @c Set file name and title for the man page. @setfilename gcov @@ -120,7 +123,7 @@ gcov [@option{-v}|@option{--version}] [@option{-h}|@option{--help}] [@option{-o}|@option{--object-directory} @var{directory}] @var{sourcefile} @c man end @c man begin SEEALSO -gcc(1) and the Info entry for @file{gcc}. +gpl(7), gfdl(7), fsf-funding(7), gcc(1) and the Info entry for @file{gcc}. @c man end @end ignore diff --git a/gcc/doc/include/fdl.texi b/gcc/doc/include/fdl.texi index db691df61ed..b24818bab89 100644 --- a/gcc/doc/include/fdl.texi +++ b/gcc/doc/include/fdl.texi @@ -1,5 +1,20 @@ +@ignore +@c Set file name and title for man page. +@setfilename gfdl +@settitle GNU Free Documentation License +@c man begin SEEALSO +gpl(7), fsf-funding(7). +@c man end +@c man begin COPYRIGHT +Copyright @copyright{} 2000 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. +@c man end +@end ignore @node GNU Free Documentation License +@c man begin DESCRIPTION @unnumbered GNU Free Documentation License @cindex FDL, GNU Free Documentation License @@ -401,3 +416,4 @@ to permit their use in free software. @c ispell-local-pdict: "ispell-dict" @c End: +@c man end diff --git a/gcc/doc/include/funding.texi b/gcc/doc/include/funding.texi index 99ab36204c9..d1583fabc0d 100644 --- a/gcc/doc/include/funding.texi +++ b/gcc/doc/include/funding.texi @@ -1,4 +1,13 @@ +@ignore +@c Set file name and title for man page. +@setfilename fsf-funding +@settitle Funding Free Software +@c man begin SEEALSO +gpl(7), gfdl(7). +@c man end +@end ignore @node Funding +@c man begin DESCRIPTION @unnumbered Funding Free Software If you want to have more free software a few years from now, it makes @@ -40,9 +49,12 @@ major new features or packages contribute the most. By establishing the idea that supporting further development is ``the proper thing to do'' when distributing free software for a fee, we can assure a steady flow of resources into making more free software. +@c man end @display -Copyright (C) 1994 Free Software Foundation, Inc. +@c man begin COPYRIGHT +Copyright @copyright{} 1994 Free Software Foundation, Inc. Verbatim copying and redistribution of this section is permitted without royalty; alteration is not permitted. +@c man end @end display diff --git a/gcc/doc/include/gpl.texi b/gcc/doc/include/gpl.texi index 32e74060f26..4304b724e0d 100644 --- a/gcc/doc/include/gpl.texi +++ b/gcc/doc/include/gpl.texi @@ -1,4 +1,20 @@ +@ignore +@c Set file name and title for man page. +@setfilename gpl +@settitle GNU General Public License +@c man begin SEEALSO +gfdl(7), fsf-funding(7). +@c man end +@c man begin COPYRIGHT +Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc. +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. +@c man end +@end ignore @node Copying +@c man begin DESCRIPTION @unnumbered GNU GENERAL PUBLIC LICENSE @center Version 2, June 1991 @@ -390,3 +406,4 @@ proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. +@c man end diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index fde54653719..c8bfd474bf2 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8,20 +8,23 @@ Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. -Permission is granted to make and distribute verbatim copies of this -manual provided the copyright notice and this permission notice are -preserved on all copies. - -Permission is granted to copy and distribute modified versions of this -manual under the conditions for verbatim copying, provided also that the -entire resulting derived work is distributed under the terms of a -permission notice identical to this one. - -Permission is granted to copy and distribute translations of this manual -into another language, under the above conditions for modified versions, -except that this permission notice may be included in translations -approved by the Free Software Foundation instead of in the original -English. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.1 or +any later version published by the Free Software Foundation; with the +Invariant Sections being ``GNU General Public License'' and ``Funding +Free Software'', the Front-Cover texts being (a) (see below), and with +the Back-Cover Texts being (b) (see below). A copy of the license is +included in the gfdl(7) man page. + +(a) The FSF's Front-Cover Text is: + + A GNU Manual + +(b) The FSF's Back-Cover Text is: + + You have freedom to copy and modify this GNU Manual, like GNU + software. Copies published by the Free Software Foundation raise + funds for GNU development. @c man end @c Set file name and title for the man page. @setfilename gcc @@ -39,6 +42,7 @@ Only the most useful options are listed here; see below for the remainder. @samp{g++} accepts mostly the same options as @samp{gcc}. @c man end @c man begin SEEALSO +gpl(7), gfdl(7), fsf-funding(7), cpp(1), gcov(1), g77(1), as(1), ld(1), gdb(1), adb(1), dbx(1), sdb(1) and the Info entries for @file{gcc}, @file{cpp}, @file{g77}, @file{as}, @file{ld}, @file{binutils} and @file{gdb}. |