Commit 6da7d579 by Arnaud Charlet Committed by Arnaud Charlet

gnat-style.texi, [...]: Remove RCS tags.

	* 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.

From-SVN: r80349
parent cd798543
2004-04-02 Arnaud Charlet <charlet@act-europe.fr>
* 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.
2004-04-02 Jan Hubicka <jh@suse.cz> 2004-04-02 Jan Hubicka <jh@suse.cz>
* utils.c: Include function.h * utils.c: Include function.h
......
...@@ -46,8 +46,6 @@ ...@@ -46,8 +46,6 @@
@end flushright @end flushright
@sp 2 @sp 2
@subtitle GNAT, The GNU Ada 95 Compiler @subtitle GNAT, The GNU Ada 95 Compiler
@subtitle Document revision level $Revision: 1.8 $
@subtitle Date: $Date: 2003/05/24 21:29:30 $
@author Ada Core Technologies, Inc. @author Ada Core Technologies, Inc.
...@@ -72,7 +70,7 @@ A copy of the license is included in the section entitled ...@@ -72,7 +70,7 @@ A copy of the license is included in the section entitled
@node Top, General, , (dir) @node Top, General, , (dir)
@comment node-name, next, previous, up @comment node-name, next, previous, up
@ifinfo @ifnottex
@noindent @noindent
GNAT Coding Style@* GNAT Coding Style@*
A Guide for GNAT Developers A Guide for GNAT Developers
...@@ -80,7 +78,7 @@ A Guide for GNAT Developers ...@@ -80,7 +78,7 @@ A Guide for GNAT Developers
@noindent @noindent
GNAT, The GNU Ada 95 Compiler@* GNAT, The GNU Ada 95 Compiler@*
Document revision level $Revision: 1.8 $@* Document revision level $Revision: 1.8 $@*
Date: $Date: 2003/05/24 21:29:30 $ Date: $Date: 2004/04/01 17:25:02 $
@noindent @noindent
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
...@@ -92,7 +90,7 @@ Front-Cover Texts being ...@@ -92,7 +90,7 @@ Front-Cover Texts being
and with no Back-Cover Texts. and with no Back-Cover Texts.
A copy of the license is included in the section entitled A copy of the license is included in the section entitled
``GNU Free Documentation License''. ``GNU Free Documentation License''.
@end ifinfo @end ifnottex
@menu @menu
......
...@@ -53,7 +53,7 @@ entitled ``GNU Free Documentation License''. ...@@ -53,7 +53,7 @@ entitled ``GNU Free Documentation License''.
@end titlepage @end titlepage
@ifinfo @ifnottex
@node Top, About This Guide, (dir), (dir) @node Top, About This Guide, (dir), (dir)
@top GNAT Reference Manual @top GNAT Reference Manual
...@@ -382,7 +382,7 @@ GNU Free Documentation License ...@@ -382,7 +382,7 @@ GNU Free Documentation License
Index Index
@end menu @end menu
@end ifinfo @end ifnottex
@node About This Guide @node About This Guide
@unnumbered About This Guide @unnumbered About This Guide
......
...@@ -81,10 +81,17 @@ ...@@ -81,10 +81,17 @@
@ifset vms @ifset vms
@settitle GNAT User's Guide for Native Platforms / OpenVMS Alpha @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 @end ifset
@ifset unw @ifset unw
@settitle GNAT User's Guide for Native Platforms / Unix and Windows @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 @end ifset
@include gcc-common.texi @include gcc-common.texi
...@@ -141,7 +148,7 @@ A copy of the license is included in the section entitled ...@@ -141,7 +148,7 @@ A copy of the license is included in the section entitled
@end titlepage @end titlepage
@ifinfo @ifnottex
@node Top, About This Guide, (dir), (dir) @node Top, About This Guide, (dir), (dir)
@top GNAT User's Guide @top GNAT User's Guide
...@@ -623,7 +630,7 @@ Microsoft Windows Topics ...@@ -623,7 +630,7 @@ Microsoft Windows Topics
* Index:: * Index::
@end menu @end menu
@end ifinfo @end ifnottex
@node About This Guide @node About This Guide
@unnumbered About This Guide @unnumbered About This Guide
...@@ -8652,12 +8659,12 @@ and some of the techniques for making your program run faster. ...@@ -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 It then documents the @command{gnatelim} tool, which can reduce
the size of program executables. the size of program executables.
@ifinfo @ifnottex
@menu @menu
* Performance Considerations:: * Performance Considerations::
* Reducing the Size of Ada Executables with gnatelim:: * Reducing the Size of Ada Executables with gnatelim::
@end menu @end menu
@end ifinfo @end ifnottex
@c ***************************** @c *****************************
...@@ -15034,7 +15041,7 @@ Clear : ...@@ -15034,7 +15041,7 @@ Clear :
@end cartouche @end cartouche
@end iftex @end iftex
@ifinfo @ifnottex
@smallexample @smallexample
@cartouche @cartouche
GNAT style, compact layout Uncompact layout GNAT style, compact layout Uncompact layout
...@@ -15059,7 +15066,7 @@ end loop Clear; A (J) := 0; ...@@ -15059,7 +15066,7 @@ end loop Clear; A (J) := 0;
end loop Clear; end loop Clear;
@end cartouche @end cartouche
@end smallexample @end smallexample
@end ifinfo @end ifnottex
@noindent @noindent
A further difference between GNAT style layout and compact layout is that A further difference between GNAT style layout and compact layout is that
......
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