From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 0681F3858D20; Tue, 15 Mar 2022 14:25:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0681F3858D20 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/sphinx-v6)] Local sync! X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/sphinx-v6 X-Git-Oldrev: 70c550a72d4838565b6626f50d9e1f73353cb59f X-Git-Newrev: fefcf018dc89172854d903e91298b76ffefa1bec Message-Id: <20220315142516.0681F3858D20@sourceware.org> Date: Tue, 15 Mar 2022 14:25:16 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2022 14:25:16 -0000 https://gcc.gnu.org/g:fefcf018dc89172854d903e91298b76ffefa1bec commit fefcf018dc89172854d903e91298b76ffefa1bec Author: Martin Liska Date: Tue Mar 15 15:25:06 2022 +0100 Local sync! Diff: --- gcc/d/doc/invoking-gdc.rst | 2 +- gcc/doc/cpp/invocation.rst | 2 +- .../the-gcc-subdirectory/anatomy-of-a-language-front-end.rst | 2 +- .../the-gcc-subdirectory/building-documentation.rst | 2 +- gcc/doc/install/final-installation.rst | 4 ++-- gcc/doc/install/prerequisites.rst | 2 +- gcc/go/doc/invoking-gccgo.rst | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/d/doc/invoking-gdc.rst b/gcc/d/doc/invoking-gdc.rst index 6bc0efd8d5f..d8f81658e9a 100644 --- a/gcc/d/doc/invoking-gdc.rst +++ b/gcc/d/doc/invoking-gdc.rst @@ -45,4 +45,4 @@ Options .. only:: man - .. include:: copyright.rst + .. include:: copyright.rst \ No newline at end of file diff --git a/gcc/doc/cpp/invocation.rst b/gcc/doc/cpp/invocation.rst index 6b58cd8380e..3c2d2b404ab 100644 --- a/gcc/doc/cpp/invocation.rst +++ b/gcc/doc/cpp/invocation.rst @@ -78,4 +78,4 @@ options may *not* be grouped: :option:`-dM` is very different from .. only:: man - .. include:: copyright.rst + .. include:: copyright.rst \ No newline at end of file diff --git a/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/anatomy-of-a-language-front-end.rst b/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/anatomy-of-a-language-front-end.rst index 276526ce8f8..3d2e226c820 100644 --- a/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/anatomy-of-a-language-front-end.rst +++ b/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/anatomy-of-a-language-front-end.rst @@ -219,7 +219,7 @@ standard rule in :samp:`gcc/Makefile.in` to the variable version of :command:`sphinx` is available, so does not need to check for this, and should fail if an error occurs. -``latexpdf`` +``pdf`` Build PDF documentation for the front end, in the build directory. ``html`` diff --git a/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/building-documentation.rst b/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/building-documentation.rst index 7902b8f58d4..5dbdf9b2822 100644 --- a/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/building-documentation.rst +++ b/gcc/doc/gccint/source-tree-structure-and-build-system/the-gcc-subdirectory/building-documentation.rst @@ -12,7 +12,7 @@ The main GCC documentation uses `Sphinx`_ to generate pretty documentation from `reStructuredText`_ format. These are input for Manual pages format (:command:`make man`), Info format (:command:`make info`), HTML format (:command:`make html`), -PDF format (:command:`make latexpdf`) and EPUB format (:command:`make epub`). +PDF format (:command:`make pdf`) and EPUB format (:command:`make epub`). .. _Sphinx: http://www.sphinx-doc.org/ .. _reStructuredText: http://docutils.sourceforge.net/rst.html diff --git a/gcc/doc/install/final-installation.rst b/gcc/doc/install/final-installation.rst index ff39d441776..519987c7006 100644 --- a/gcc/doc/install/final-installation.rst +++ b/gcc/doc/install/final-installation.rst @@ -117,8 +117,8 @@ gcc@gcc.gnu.org detailing how the information should be changed. If you find a bug, please report it following the `bug reporting guidelines `_. -If you want to print the GCC manuals, do :samp:`cd {objdir}; make -latexpdf`. You will need to have Sphinx (version at least |needs_sphinx|) +If you want to print the GCC manuals, do :samp:`cd {objdir}; make pdf` +You will need to have Sphinx (version at least |needs_sphinx|) and XeLaTex installed. You can also `buy printed manuals from the Free Software Foundation `_, though such manuals may not be for the most diff --git a/gcc/doc/install/prerequisites.rst b/gcc/doc/install/prerequisites.rst index 772012bdfd2..997bab08f50 100644 --- a/gcc/doc/install/prerequisites.rst +++ b/gcc/doc/install/prerequisites.rst @@ -267,7 +267,7 @@ Sphinx version |needs_sphinx| (or later) Necessary to build HTML, PDF or EPUB documentation. See more in :ref:`gccint:building_documentation`. - Necessary for running :command:`make html` or :command:`make latexpdf` to + Necessary for running :command:`make html` or :command:`make pdf` to create printable documentation in HTML or PDF format. Necessary to build GCC documentation during development because the diff --git a/gcc/go/doc/invoking-gccgo.rst b/gcc/go/doc/invoking-gccgo.rst index df63fc813c5..635312a45e3 100644 --- a/gcc/go/doc/invoking-gccgo.rst +++ b/gcc/go/doc/invoking-gccgo.rst @@ -211,4 +211,4 @@ Options .. only:: man - .. include:: copyright.rst + .. include:: copyright.rst \ No newline at end of file