From 10ae67c65749796486193dae61f34f4fb796d539 Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 4 Jan 2005 10:51:22 +0000 Subject: [PATCH] * gnat_ugn.texi: Fix texi errors with null variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92892 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/ChangeLog | 4 ++++ 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 + + * gnat_ugn.texi: Fix texi errors with null variables. + 2005-01-03 Thomas Quinot * 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 -- 2.7.4