diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-11-14 00:47:47 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-14 00:47:47 +0000 |
commit | 77bd67cbdd1e989510f976cba5022989c46a42fd (patch) | |
tree | 262a92b6c8f6f4d53276d18b910d2ff580b720dc /gcc/doc/include | |
parent | a8988448c2bc806f90672a1a8609a4a52890a412 (diff) | |
download | gcc-77bd67cbdd1e989510f976cba5022989c46a42fd.tar.gz |
texi2pod.pl: Handle @ifnottex, @iftex and @display.
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).
From-SVN: r46998
Diffstat (limited to 'gcc/doc/include')
-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 |
3 files changed, 46 insertions, 1 deletions
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 |