diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-02 08:52:49 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-04-02 08:52:49 +0000 |
commit | 23dfa9924740e25984962a69c0c5bca4abdc1433 (patch) | |
tree | b57e6a31b9b335ae3d001648a6cea81e70ce648b /gcc/ada/gnat_ugn.texi | |
parent | b2a24b6fe7d661e7f76d4ceef5f83518d94ea87e (diff) | |
download | gcc-23dfa9924740e25984962a69c0c5bca4abdc1433.tar.gz |
* gnat-style.texi, gnat_rm.texi, gnat_ugn.texi: Remove RCS tags.
Replace ifinfo by ifnottex, to make makeinfo --html happy again.
Add info directory entry and category.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/gnat_ugn.texi')
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index a4b7a917ce8..795b2ec48b9 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -81,10 +81,17 @@ @ifset vms @settitle GNAT User's Guide for Native Platforms / OpenVMS Alpha +@dircategory GNU Ada tools +@direntry +* GNAT User's Guide (gnat_ugn_vms) for Native Platforms / OpenVMS Alpha +@end direntry @end ifset @ifset unw @settitle GNAT User's Guide for Native Platforms / Unix and Windows +@direntry +* GNAT User's Guide (gnat_ugn_unw) for Native Platforms / Unix and Windows +@end direntry @end ifset @include gcc-common.texi @@ -141,7 +148,7 @@ A copy of the license is included in the section entitled @end titlepage -@ifinfo +@ifnottex @node Top, About This Guide, (dir), (dir) @top GNAT User's Guide @@ -623,7 +630,7 @@ Microsoft Windows Topics * Index:: @end menu -@end ifinfo +@end ifnottex @node About This Guide @unnumbered About This Guide @@ -8652,12 +8659,12 @@ and some of the techniques for making your program run faster. It then documents the @command{gnatelim} tool, which can reduce the size of program executables. -@ifinfo +@ifnottex @menu * Performance Considerations:: * Reducing the Size of Ada Executables with gnatelim:: @end menu -@end ifinfo +@end ifnottex @c ***************************** @@ -15034,7 +15041,7 @@ Clear : @end cartouche @end iftex -@ifinfo +@ifnottex @smallexample @cartouche GNAT style, compact layout Uncompact layout @@ -15059,7 +15066,7 @@ end loop Clear; A (J) := 0; end loop Clear; @end cartouche @end smallexample -@end ifinfo +@end ifnottex @noindent A further difference between GNAT style layout and compact layout is that |