diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-13 21:17:13 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-13 21:17:13 +0000 |
commit | 255407c366c96b562344170e57148da789512287 (patch) | |
tree | 957462d6c0eac26df6a84cc20863eecacecd7ec3 /contrib/gcc_update | |
parent | 80eb2355dfa8682cd23aa06118561db714e215d8 (diff) | |
download | gcc-255407c366c96b562344170e57148da789512287.tar.gz |
contrib:
* gcc_update: Add gcc/gcc.1 to generated files.
* texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
discarding to end of sentence with @xref where the sentence has an
interior "." in markup, and handle discarding parentheses around
such a sentence.
gcc:
* Makefile.in (generated-manpages): Add gcc.1
($(srcdir)/gcc.1): New target.
(maintainer-clean): Delete $(srcdir)/gcc.1.
* gcc.texi: Add macros @gccoptlist and @gol.
* invoke.texi: Include option summary in manpage. Mark up option
summary with @gccoptlist and @gol. Use @r in one place where
appropriate.
* texinfo.tex: Update to version 2000-12-11.07 from ftp.gnu.org.
* gcc.1: Generate from invoke.texi.
gcc/cp:
* g++.1: Change to be ".so man1/gcc.1".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38993 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 81fddc77caf..573b0bd6ff8 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -68,6 +68,7 @@ gcc/config.in: gcc/cstamp-h.in gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def gcc/gcov.1: gcc/gcov.texi gcc/cpp.1: gcc/cpp.texi +gcc/gcc.1: gcc/invoke.texi # And then, language-specific files # (None at present.) # And libraries, at last |