aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-01-13 21:17:13 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-01-13 21:17:13 +0000
commit4bc1997b1afce4711f79d0f4fa692004a2b75ec2 (patch)
tree957462d6c0eac26df6a84cc20863eecacecd7ec3 /gcc/gcc.texi
parent130fadbb36407e506cb43ce2b0dbada126d862d7 (diff)
downloadgcc-4bc1997b1afce4711f79d0f4fa692004a2b75ec2.zip
gcc-4bc1997b1afce4711f79d0f4fa692004a2b75ec2.tar.gz
gcc-4bc1997b1afce4711f79d0f4fa692004a2b75ec2.tar.bz2
gcc_update: Add gcc/gcc.1 to generated files.
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". From-SVN: r38993
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi17
1 files changed, 16 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 6fbc6e9..579e446 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -46,6 +46,21 @@
@macro gcctabopt{body}
@code{\body\}
@end macro
+@macro gccoptlist{body}
+@smallexample
+\body\
+@end smallexample
+@end macro
+@c Makeinfo handles the above macro OK, TeX needs manual line breaks;
+@c they get lost at some point in handling the macro. But if @macro is
+@c used here rather than @alias, it produces double line breaks.
+@iftex
+@alias gol = *
+@end iftex
+@ifnottex
+@macro gol
+@end macro
+@end ifnottex
@ifset INTERNALS
@ifset USING
@@ -151,7 +166,7 @@ instead of in the original English.
@sp 2
@center Richard M. Stallman
@sp 3
-@center Last updated 12 January 2001
+@center Last updated 13 January 2001
@sp 1
@c The version number appears five times more in this file.