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
This commit is contained in:
parent
4ade7b1af1
commit
dbf70135bd
2 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
PR Fortran/11301
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@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 For copying conditions, see the file g77.texi.
|
||||
|
||||
|
@ -37,22 +37,22 @@ need to take first.
|
|||
The current directory layout includes the following:
|
||||
|
||||
@table @file
|
||||
@item @value{srcdir}/gcc/
|
||||
@item @var{srcdir}/gcc/
|
||||
Non-g77 files in gcc
|
||||
|
||||
@item @value{srcdir}/gcc/f/
|
||||
@item @var{srcdir}/gcc/f/
|
||||
GNU Fortran front end sources
|
||||
|
||||
@item @value{srcdir}/libf2c/
|
||||
@item @var{srcdir}/libf2c/
|
||||
@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}
|
||||
|
||||
@item @value{srcdir}/libf2c/libI77/
|
||||
@item @var{srcdir}/libf2c/libI77/
|
||||
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}
|
||||
@end table
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue