diff options
author | Arnaud Charlet <charlet@adacore.com> | 2005-01-04 10:51:22 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-04 11:51:22 +0100 |
commit | e550819c8087c1399ae6668ff9eeab71504f9595 (patch) | |
tree | ca25f0d92fdb64c3267f827c88ceba7f5ea2a976 /gcc | |
parent | 9e4ae64b32ea22fb02baaada60a7fa41b156cf22 (diff) | |
download | gcc-e550819c8087c1399ae6668ff9eeab71504f9595.zip gcc-e550819c8087c1399ae6668ff9eeab71504f9595.tar.gz gcc-e550819c8087c1399ae6668ff9eeab71504f9595.tar.bz2 |
* gnat_ugn.texi: Fix texi errors with null variables.
From-SVN: r92892
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 3950453..68d377d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2005-01-04 Arnaud Charlet <charlet@adacore.com> + + * gnat_ugn.texi: Fix texi errors with null variables. + 2005-01-03 Thomas Quinot <quinot@adacore.com> * gen-soccon.c: New utility program to generate g-soccon.ads diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 0fa31b9..93f2213 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -7,7 +7,7 @@ @c o @c G N A T _ U G N o @c o -@c Copyright (C) 1992-2004 Ada Core Technologies, Inc. o +@c Copyright (C) 1992-2005 Ada Core Technologies, Inc. o @c o @c GNAT is free software; you can redistribute it and/or modify it under o @c terms of the GNU General Public License as published by the Free Soft- o @@ -111,14 +111,14 @@ @c %**end of header @copying -Copyright @copyright{} 1995-2004, Free Software Foundation +Copyright @copyright{} 1995-2005, Free Software Foundation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being ``GNU Free Documentation License'', with the Front-Cover Texts being -``GNAT User's Guide for Native Platforms / @value{PLATFORM}'', +``@value{EDITION} User's Guide'', and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @@ -127,12 +127,14 @@ A copy of the license is included in the section entitled @titlepage @title @value{EDITION} User's Guide -@c @center @titlefont{for Native Platforms} -@sp 1 +@ifset vms +@sp 1 @flushright @titlefont{@i{@value{PLATFORM}}} @end flushright +@end ifset + @sp 2 @subtitle GNAT, The GNU Ada 95 Compiler |