Commit b7469acf by Arnaud Charlet Committed by Pierre-Marie de Rodat

[Ada] GNAT UGN: refresh doc on installing from the cmd line on Windows

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
parent 1e70cf2e
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
......
......@@ -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
......
......@@ -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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment