Commit dbf70135 by Toon Moene Committed by Toon Moene

ffe.texi: Correctly use @var{srcdir}.

2003-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>

	* ffe.texi: Correctly use @var{srcdir}.

From-SVN: r69201
parent 4ade7b1a
2003-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
* ffe.texi: Correctly use @var{srcdir}.
2003-07-09 Toon Moene <toon@moene.indiv.nluug.nl> 2003-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
PR Fortran/11301 PR Fortran/11301
......
@c Copyright (C) 1999 Free Software Foundation, Inc. @c Copyright (C) 1999, 2003 Free Software Foundation, Inc.
@c This is part of the G77 manual. @c This is part of the G77 manual.
@c For copying conditions, see the file g77.texi. @c For copying conditions, see the file g77.texi.
...@@ -37,22 +37,22 @@ need to take first. ...@@ -37,22 +37,22 @@ need to take first.
The current directory layout includes the following: The current directory layout includes the following:
@table @file @table @file
@item @value{srcdir}/gcc/ @item @var{srcdir}/gcc/
Non-g77 files in gcc Non-g77 files in gcc
@item @value{srcdir}/gcc/f/ @item @var{srcdir}/gcc/f/
GNU Fortran front end sources GNU Fortran front end sources
@item @value{srcdir}/libf2c/ @item @var{srcdir}/libf2c/
@code{libg2c} configuration and @code{g2c.h} file generation @code{libg2c} configuration and @code{g2c.h} file generation
@item @value{srcdir}/libf2c/libF77/ @item @var{srcdir}/libf2c/libF77/
General support and math portion of @code{libg2c} General support and math portion of @code{libg2c}
@item @value{srcdir}/libf2c/libI77/ @item @var{srcdir}/libf2c/libI77/
I/O portion of @code{libg2c} I/O portion of @code{libg2c}
@item @value{srcdir}/libf2c/libU77/ @item @var{srcdir}/libf2c/libU77/
Additional interfaces to Unix @code{libc} for @code{libg2c} Additional interfaces to Unix @code{libc} for @code{libg2c}
@end table @end table
......
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