diff mbox

[Fortran] Update gfortran.texi's Fortran 2008 status

Message ID 4C9E4C96.8090508@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Sept. 25, 2010, 7:25 p.m. UTC
Joseph S. Myers wrote:
> On Fri, 24 Sep 2010, Tobias Burnus wrote:
>
>> Committed as Rev. 164584, cf. attachment.
> This appears to have completely broken the gfortran manual for "make dvi"
> or "make pdf" because of the removal of the initial "\input texinfo @c
> -*-texinfo-*-" line.

I wonder when the line disappeared - it must have happened after I did 
"make pdf"...

Well spotted! Thanks for notifying.

Fixed as obvious with commit Rev. 164621

Tobias
diff mbox

Patch

Index: gcc/fortran/gfortran.texi
===================================================================
--- gcc/fortran/gfortran.texi	(Revision 164620)
+++ gcc/fortran/gfortran.texi	(Arbeitskopie)
@@ -1,4 +1,4 @@ 
-
+\input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfortran.info
 @set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
Index: gcc/fortran/ChangeLog
===================================================================
--- gcc/fortran/ChangeLog	(Revision 164620)
+++ gcc/fortran/ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@ 
+2010-09-25  Tobias Burnus  <burnus@net-b.de>
+
+	* gfortran.texi: Re-add accidently removed \input line.
+
 2010-09-25  Daniel Kraft  <d@domob.eu>
 
 	PR fortran/45776