Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

132 linhas
6.1KB

  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>Man Page Generation (GNU Compiler Collection (GCC) Internals)</title>
  21. <meta name="description" content="Man Page Generation (GNU Compiler Collection (GCC) Internals)">
  22. <meta name="keywords" content="Man Page Generation (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="Miscellaneous-Docs.html#Miscellaneous-Docs" rel="next" title="Miscellaneous Docs">
  31. <link href="Texinfo-Manuals.html#Texinfo-Manuals" rel="prev" title="Texinfo Manuals">
  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="Man-Page-Generation"></a>
  62. <div class="header">
  63. <p>
  64. Next: <a href="Miscellaneous-Docs.html#Miscellaneous-Docs" accesskey="n" rel="next">Miscellaneous Docs</a>, Previous: <a href="Texinfo-Manuals.html#Texinfo-Manuals" accesskey="p" rel="prev">Texinfo Manuals</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="Man-Page-Generation-1"></a>
  68. <h4 class="subsubsection">6.3.7.2 Man Page Generation</h4>
  69. <p>Because of user demand, in addition to full Texinfo manuals, man pages
  70. are provided which contain extracts from those manuals. These man
  71. pages are generated from the Texinfo manuals using
  72. <samp>contrib/texi2pod.pl</samp> and <code>pod2man</code>. (The man page for
  73. <code>g++</code>, <samp>cp/g++.1</samp>, just contains a &lsquo;<samp>.so</samp>&rsquo; reference
  74. to <samp>gcc.1</samp>, but all the other man pages are generated from
  75. Texinfo manuals.)
  76. </p>
  77. <p>Because many systems may not have the necessary tools installed to
  78. generate the man pages, they are only generated if the
  79. <samp>configure</samp> script detects that recent enough tools are
  80. installed, and the Makefiles allow generating man pages to fail
  81. without aborting the build. Man pages are also included in release
  82. distributions. They are generated in the source directory.
  83. </p>
  84. <p>Magic comments in Texinfo files starting &lsquo;<samp>@c man</samp>&rsquo; control what
  85. parts of a Texinfo file go into a man page. Only a subset of Texinfo
  86. is supported by <samp>texi2pod.pl</samp>, and it may be necessary to add
  87. support for more Texinfo features to this script when generating new
  88. man pages. To improve the man page output, some special Texinfo
  89. macros are provided in <samp>doc/include/gcc-common.texi</samp> which
  90. <samp>texi2pod.pl</samp> understands:
  91. </p>
  92. <dl compact="compact">
  93. <dt><code>@gcctabopt</code></dt>
  94. <dd><p>Use in the form &lsquo;<samp>@table @gcctabopt</samp>&rsquo; for tables of options,
  95. where for printed output the effect of &lsquo;<samp>@code</samp>&rsquo; is better than
  96. that of &lsquo;<samp>@option</samp>&rsquo; but for man page output a different effect is
  97. wanted.
  98. </p></dd>
  99. <dt><code>@gccoptlist</code></dt>
  100. <dd><p>Use for summary lists of options in manuals.
  101. </p></dd>
  102. <dt><code>@gol</code></dt>
  103. <dd><p>Use at the end of each line inside &lsquo;<samp>@gccoptlist</samp>&rsquo;. This is
  104. necessary to avoid problems with differences in how the
  105. &lsquo;<samp>@gccoptlist</samp>&rsquo; macro is handled by different Texinfo formatters.
  106. </p></dd>
  107. </dl>
  108. <p>FIXME: describe the <samp>texi2pod.pl</samp> input language and magic
  109. comments in more detail.
  110. </p>
  111. <hr>
  112. <div class="header">
  113. <p>
  114. Next: <a href="Miscellaneous-Docs.html#Miscellaneous-Docs" accesskey="n" rel="next">Miscellaneous Docs</a>, Previous: <a href="Texinfo-Manuals.html#Texinfo-Manuals" accesskey="p" rel="prev">Texinfo Manuals</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>
  115. </div>
  116. </body>
  117. </html>