aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/include/gcc-common.texi
blob: 77326f480644c59963cb31c70b2b9c6b587cafee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@c Copyright (C) 2001, 2002 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.

@c Common values used in the GCC manuals:

@set version-GCC 3.3.6

@c DEVELOPMENT is set to indicate an in-development version,
@c as compared to a release version.  When making a release
@c branch, clear this.
@clear DEVELOPMENT

@c Common macros to support generating man pages:

@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

@c For FSF printing, define FSFPRINT.  Also update the ISBNs and last
@c printing dates in gcc.texi and gccint.texi.
@c @set FSFPRINT
@ifset FSFPRINT
@smallbook
@finalout
@end ifset