aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2015-02-22 19:17:08 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2015-02-22 20:17:08 +0100
commit201f1cce71bf59f8b36a73070eda02ced8db3d7e (patch)
tree84c477328df80886c93405cb328703b2009e450b
parent9597aa348cc68252c689b5bb078b8462a0e7b1be (diff)
downloadgcc-201f1cce71bf59f8b36a73070eda02ced8db3d7e.zip
gcc-201f1cce71bf59f8b36a73070eda02ced8db3d7e.tar.gz
gcc-201f1cce71bf59f8b36a73070eda02ced8db3d7e.tar.bz2
Makefile: postprocess texinfo files to update @dircategory and update texi files under...
* doc/Makefile: postprocess texinfo files to update @dircategory and update texi files under gcc/ada. * gnat_ugn.texi, gnat_rm.texi: Regenerated. From-SVN: r220898
-rw-r--r--gcc/ada/ChangeLog6
-rw-r--r--gcc/ada/doc/Makefile1
-rw-r--r--gcc/ada/gnat_rm.texi6
-rw-r--r--gcc/ada/gnat_ugn.texi8
4 files changed, 14 insertions, 7 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index bb4d68d..ddd6e10 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,11 @@
2015-02-22 Arnaud Charlet <charlet@adacore.com>
+ * doc/Makefile: postprocess texinfo files to update @dircategory
+ and update texi files under gcc/ada.
+ * gnat_ugn.texi, gnat_rm.texi: Regenerated.
+
+2015-02-22 Arnaud Charlet <charlet@adacore.com>
+
* doc/gnat_ugn/project-manager-figure.png,
doc/gnat_ugn/rtlibrary-structure.png: New.
diff --git a/gcc/ada/doc/Makefile b/gcc/ada/doc/Makefile
index 9a8070c..9ac33c5 100644
--- a/gcc/ada/doc/Makefile
+++ b/gcc/ada/doc/Makefile
@@ -63,6 +63,7 @@ clean:
%.texinfo:
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/$*/texinfo
+ sed -e 's/^@dircategory/@dircategory GNU Ada Tools/g' < $(BUILDDIR)/$*/texinfo/$*.texi > $(BUILDDIR)/../../$*.texi
html-all: $(foreach doc, $(DOC_LIST), $(doc).html)
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
index bcf9b3c..1985fd7 100644
--- a/gcc/ada/gnat_rm.texi
+++ b/gcc/ada/gnat_rm.texi
@@ -3,14 +3,14 @@
@setfilename gnat_rm.info
@documentencoding UTF-8
@ifinfo
-@*Generated by Sphinx 1.2.2.@*
+@*Generated by Sphinx 1.3b2.@*
@end ifinfo
@settitle GNAT Reference Manual
@defindex ge
@paragraphindent 0
@exampleindent 4
@finalout
-@dircategory
+@dircategory GNU Ada Tools
@direntry
* gnat_rm: (gnat_rm.info). gnat_rm
@end direntry
@@ -21,7 +21,7 @@
@copying
@quotation
-GNAT Reference Manual , February 20, 2015
+GNAT Reference Manual , February 22, 2015
AdaCore
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 87becc7..49740e7 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -3,14 +3,14 @@
@setfilename gnat_ugn.info
@documentencoding UTF-8
@ifinfo
-@*Generated by Sphinx 1.2.2.@*
+@*Generated by Sphinx 1.3b2.@*
@end ifinfo
@settitle GNAT User's Guide for Native Platforms
@defindex ge
@paragraphindent 0
@exampleindent 4
@finalout
-@dircategory
+@dircategory GNU Ada Tools
@direntry
* gnat_ugn: (gnat_ugn.info). gnat_ugn
@end direntry
@@ -21,7 +21,7 @@
@copying
@quotation
-GNAT User's Guide for Native Platforms , February 20, 2015
+GNAT User's Guide for Native Platforms , February 22, 2015
AdaCore
@@ -5976,7 +5976,7 @@ or AIX), the simple approach described above will not work and
a pre-linking phase using GNAT will be necessary.
@end itemize
-Another alternative is to use the @strong{gprbuild} multi-language builder
+Another alternative is to use the @code{gprbuild} multi-language builder
which has a large knowledge base and knows how to link Ada and C++ code
together automatically in most cases.