aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-03-01 10:16:20 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-03-01 11:16:20 +0100
commit7dff0c749a68341bdeb4e7854fc5e033a987e7e3 (patch)
tree5d1b8be5158de1e262ae1744bf36183bf17e4f17 /gcc/ada/doc
parent4bd5f767e6f29e585f7dc048889baf1ec33357b2 (diff)
downloadgcc-7dff0c749a68341bdeb4e7854fc5e033a987e7e3.zip
gcc-7dff0c749a68341bdeb4e7854fc5e033a987e7e3.tar.gz
gcc-7dff0c749a68341bdeb4e7854fc5e033a987e7e3.tar.bz2
re PR ada/65259 (Failure to build Ada DVI and PDF documentation)
PR ada/65259 * doc/gnat_ugn/gnat_project_manager.rst, doc/gnat_ugn/platform_specific_information.rst: Remove reference to image, too troublesome with texi format. * gnat_ugn.texi: Regenerate. From-SVN: r221087
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_ugn/gnat_project_manager.rst6
-rw-r--r--gcc/ada/doc/gnat_ugn/platform_specific_information.rst6
2 files changed, 4 insertions, 8 deletions
diff --git a/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst b/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst
index 70d3c28..b4964f6 100644
--- a/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst
+++ b/gcc/ada/doc/gnat_ugn/gnat_project_manager.rst
@@ -2593,9 +2593,9 @@ The following three attributes can be used only in an aggregate project:
the attribute agg1'Project_Path, nor is agg1 influenced by
agg2'Project_Path.
- This can potentially lead to errors. Consider the following example:
+ This can potentially lead to errors. Consider the following example::
- .. --
+ --
-- +---------------+ +----------------+
-- | Agg1.gpr |-=--includes--=-->| Agg2.gpr |
-- | 'project_path| | 'project_path |
@@ -2616,8 +2616,6 @@ The following three attributes can be used only in an aggregate project:
-- | R.gpr | | R'.gpr |
-- +-------+ +---------+
- .. image:: project-manager-figure.png
-
When looking for p.gpr, both aggregates find the same physical file on
the disk. However, it might happen that with their different project
paths, both aggregate projects would in fact find a different r.gpr.
diff --git a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
index dc3dfec..b31670c 100644
--- a/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
+++ b/gcc/ada/doc/gnat_ugn/platform_specific_information.rst
@@ -135,11 +135,9 @@ their thread support.
The default run-time library (when GNAT is installed) is *rts-native*.
This default run time is selected by the means of soft links.
-For example on x86-linux:
+For example on x86-linux::
- .. image:: rtlibrary-structure.png
-
-.. --
+ --
-- $(target-dir)
-- |
-- +--- adainclude----------+