From 4bc1997b1afce4711f79d0f4fa692004a2b75ec2 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 13 Jan 2001 21:17:13 +0000 Subject: 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 --- gcc/gcc.texi | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'gcc/gcc.texi') 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. -- cgit v1.1