您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

144 行
6.5KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- Copyright (C) 1988-2020 Free Software Foundation, Inc.
  4. Permission is granted to copy, distribute and/or modify this document
  5. under the terms of the GNU Free Documentation License, Version 1.3 or
  6. any later version published by the Free Software Foundation; with the
  7. Invariant Sections being "Funding Free Software", the Front-Cover
  8. Texts being (a) (see below), and with the Back-Cover Texts being (b)
  9. (see below). A copy of the license is included in the section entitled
  10. "GNU Free Documentation License".
  11. (a) The FSF's Front-Cover Text is:
  12. A GNU Manual
  13. (b) The FSF's Back-Cover Text is:
  14. You have freedom to copy and modify this GNU Manual, like GNU
  15. software. Copies published by the Free Software Foundation raise
  16. funds for GNU development. -->
  17. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <title>Texinfo Manuals (GNU Compiler Collection (GCC) Internals)</title>
  21. <meta name="description" content="Texinfo Manuals (GNU Compiler Collection (GCC) Internals)">
  22. <meta name="keywords" content="Texinfo Manuals (GNU Compiler Collection (GCC) Internals)">
  23. <meta name="resource-type" content="document">
  24. <meta name="distribution" content="global">
  25. <meta name="Generator" content="makeinfo">
  26. <link href="index.html#Top" rel="start" title="Top">
  27. <link href="Option-Index.html#Option-Index" rel="index" title="Option Index">
  28. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  29. <link href="Documentation.html#Documentation" rel="up" title="Documentation">
  30. <link href="Man-Page-Generation.html#Man-Page-Generation" rel="next" title="Man Page Generation">
  31. <link href="Documentation.html#Documentation" rel="prev" title="Documentation">
  32. <style type="text/css">
  33. <!--
  34. a.summary-letter {text-decoration: none}
  35. blockquote.indentedblock {margin-right: 0em}
  36. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  37. blockquote.smallquotation {font-size: smaller}
  38. div.display {margin-left: 3.2em}
  39. div.example {margin-left: 3.2em}
  40. div.lisp {margin-left: 3.2em}
  41. div.smalldisplay {margin-left: 3.2em}
  42. div.smallexample {margin-left: 3.2em}
  43. div.smalllisp {margin-left: 3.2em}
  44. kbd {font-style: oblique}
  45. pre.display {font-family: inherit}
  46. pre.format {font-family: inherit}
  47. pre.menu-comment {font-family: serif}
  48. pre.menu-preformatted {font-family: serif}
  49. pre.smalldisplay {font-family: inherit; font-size: smaller}
  50. pre.smallexample {font-size: smaller}
  51. pre.smallformat {font-family: inherit; font-size: smaller}
  52. pre.smalllisp {font-size: smaller}
  53. span.nolinebreak {white-space: nowrap}
  54. span.roman {font-family: initial; font-weight: normal}
  55. span.sansserif {font-family: sans-serif; font-weight: normal}
  56. ul.no-bullet {list-style: none}
  57. -->
  58. </style>
  59. </head>
  60. <body lang="en">
  61. <a name="Texinfo-Manuals"></a>
  62. <div class="header">
  63. <p>
  64. Next: <a href="Man-Page-Generation.html#Man-Page-Generation" accesskey="n" rel="next">Man Page Generation</a>, Up: <a href="Documentation.html#Documentation" accesskey="u" rel="up">Documentation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
  65. </div>
  66. <hr>
  67. <a name="Texinfo-Manuals-1"></a>
  68. <h4 class="subsubsection">6.3.7.1 Texinfo Manuals</h4>
  69. <p>The manuals for GCC as a whole, and the C and C++ front ends, are in
  70. files <samp>doc/*.texi</samp>. Other front ends have their own manuals in
  71. files <samp><var>language</var>/*.texi</samp>. Common files
  72. <samp>doc/include/*.texi</samp> are provided which may be included in
  73. multiple manuals; the following files are in <samp>doc/include</samp>:
  74. </p>
  75. <dl compact="compact">
  76. <dt><samp>fdl.texi</samp></dt>
  77. <dd><p>The GNU Free Documentation License.
  78. </p></dd>
  79. <dt><samp>funding.texi</samp></dt>
  80. <dd><p>The section &ldquo;Funding Free Software&rdquo;.
  81. </p></dd>
  82. <dt><samp>gcc-common.texi</samp></dt>
  83. <dd><p>Common definitions for manuals.
  84. </p></dd>
  85. <dt><samp>gpl_v3.texi</samp></dt>
  86. <dd><p>The GNU General Public License.
  87. </p></dd>
  88. <dt><samp>texinfo.tex</samp></dt>
  89. <dd><p>A copy of <samp>texinfo.tex</samp> known to work with the GCC manuals.
  90. </p></dd>
  91. </dl>
  92. <p>DVI-formatted manuals are generated by &lsquo;<samp>make dvi</samp>&rsquo;, which uses
  93. <code>texi2dvi</code> (via the Makefile macro <code>$(TEXI2DVI)</code>).
  94. PDF-formatted manuals are generated by &lsquo;<samp>make pdf</samp>&rsquo;, which uses
  95. <code>texi2pdf</code> (via the Makefile macro <code>$(TEXI2PDF)</code>). HTML
  96. formatted manuals are generated by &lsquo;<samp>make html</samp>&rsquo;. Info
  97. manuals are generated by &lsquo;<samp>make info</samp>&rsquo; (which is run as part of
  98. a bootstrap); this generates the manuals in the source directory,
  99. using <code>makeinfo</code> via the Makefile macro <code>$(MAKEINFO)</code>,
  100. and they are included in release distributions.
  101. </p>
  102. <p>Manuals are also provided on the GCC web site, in both HTML and
  103. PostScript forms. This is done via the script
  104. <samp>maintainer-scripts/update_web_docs_git</samp>. Each manual to be
  105. provided online must be listed in the definition of <code>MANUALS</code> in
  106. that file; a file <samp><var>name</var>.texi</samp> must only appear once in the
  107. source tree, and the output manual must have the same name as the
  108. source file. (However, other Texinfo files, included in manuals but
  109. not themselves the root files of manuals, may have names that appear
  110. more than once in the source tree.) The manual file
  111. <samp><var>name</var>.texi</samp> should only include other files in its own
  112. directory or in <samp>doc/include</samp>. HTML manuals will be generated by
  113. &lsquo;<samp>makeinfo --html</samp>&rsquo;, PostScript manuals by <code>texi2dvi</code>
  114. and <code>dvips</code>, and PDF manuals by <code>texi2pdf</code>.
  115. All Texinfo files that are parts of manuals must
  116. be version-controlled, even if they are generated files, for the
  117. generation of online manuals to work.
  118. </p>
  119. <p>The installation manual, <samp>doc/install.texi</samp>, is also provided on
  120. the GCC web site. The HTML version is generated by the script
  121. <samp>doc/install.texi2html</samp>.
  122. </p>
  123. <hr>
  124. <div class="header">
  125. <p>
  126. Next: <a href="Man-Page-Generation.html#Man-Page-Generation" accesskey="n" rel="next">Man Page Generation</a>, Up: <a href="Documentation.html#Documentation" accesskey="u" rel="up">Documentation</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Option-Index.html#Option-Index" title="Index" rel="index">Index</a>]</p>
  127. </div>
  128. </body>
  129. </html>