[Ada] GNAT UGN: refresh doc on installing from the cmd line on Windows
authorArnaud Charlet <charlet@adacore.com>
Fri, 5 Jul 2019 07:03:39 +0000 (07:03 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 5 Jul 2019 07:03:39 +0000 (07:03 +0000)
2019-07-05  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

* doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
installing from the command line on Windows.  Remove obsolete
part.
* gnat_ugn.texi: Regenerate.

From-SVN: r273126

gcc/ada/ChangeLog
gcc/ada/doc/gnat_ugn/platform_specific_information.rst
gcc/ada/gnat_ugn.texi

index eb040231d9522dfa09b6afa587ec50dcce3ee404..002d535c450596aec23ae47ac31ee24f635660f3 100644 (file)
@@ -1,3 +1,10 @@
+2019-07-05  Arnaud Charlet  <charlet@adacore.com>
+
+       * doc/gnat_ugn/platform_specific_information.rst: Refresh doc on
+       installing from the command line on Windows.  Remove obsolete
+       part.
+       * gnat_ugn.texi: Regenerate.
+
 2019-07-05  Vasiliy Fofanov  <fofanov@adacore.com>
 
        * libgnat/a-wichha.ads (Is_Alphanumeric): Replace comment with
index 53f4d98d74fdb32add15de7ae766abb1579dedc6..13993b86ad113ab982dd392133af5a41d4f3a1b1 100644 (file)
@@ -260,7 +260,7 @@ This section describes topics that are specific to the Microsoft Windows
 platforms.
 
 
-.. only:: PRO or GPL
+.. only:: PRO
 
   .. rubric:: Installing from the Command Line
 
@@ -273,32 +273,15 @@ platforms.
   line you should pass parameter :switch:`/S` (and, optionally,
   :switch:`/D=<directory>`) as command-line arguments.
 
-.. only:: PRO
-
-   For example, for an unattended installation of
-   GNAT 7.0.2 into the default directory
-   ``C:\\GNATPRO\\7.0.2`` you would run:
-
-     ::
-
-        gnatpro-7.0.2-i686-pc-mingw32-bin.exe /S
-
-   To install into a custom directory, say, ``C:\\TOOLS\\GNATPRO\\7.0.2``:
-
-     ::
-
-        gnatpro-7.0.2-i686-pc-mingw32-bin /S /D=C:\TOOLS\GNATPRO\7.0.2
-
-.. only:: GPL
-
    For example, for an unattended installation of
-   GNAT 2012 into ``C:\\GNAT\\2012``:
+   GNAT 19.2 into the default directory :file:`C:\\GNATPRO\\19.2` you
+   would run::
 
-     ::
+        gnatpro-19.2-x86-windows-bin /S
 
-        gnat-gpl-2012-i686-pc-mingw32-bin /S /D=C:\GNAT\2012
+   To install into a custom directory, say, :file:`C:\\TOOLS\\GNATPRO\\19.2`::
 
-.. only:: PRO or GPL
+        gnatpro-19.2-x86-windows-bin /S /D=C:\TOOLS\GNATPRO\19.2
 
    You can use the same syntax for all installers.
 
@@ -306,7 +289,6 @@ platforms.
    associations, so such activities need to be done by hand.
 
 
-
 .. _Using_GNAT_on_Windows:
 
 Using GNAT on Windows
index 8551a17bd85e80bb1e76578e4fb3413329b8a4c6..5ace5cfe97e9d7041a7b4be28edd01ee40d784da 100644 (file)
@@ -23901,9 +23901,6 @@ This section describes topics that are specific to the Microsoft Windows
 platforms.
 
 
-
-
-
 @menu
 * Using GNAT on Windows:: 
 * Using a network installation of GNAT::