diff options
author | Steven Knight <knight@baldmt.com> | 2005-08-11 13:16:20 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-08-11 13:16:20 (GMT) |
commit | 33f2e8d10b3f0334ab37ffb72bc4a282221dade6 (patch) | |
tree | a33979bbdff3c760313ae8c17f5bdb74eb8e41bf /doc | |
parent | fc4d126d2bf4ef98b4ca552e8a15c8ce77b16191 (diff) | |
download | SCons-33f2e8d10b3f0334ab37ffb72bc4a282221dade6.zip SCons-33f2e8d10b3f0334ab37ffb72bc4a282221dade6.tar.gz SCons-33f2e8d10b3f0334ab37ffb72bc4a282221dade6.tar.bz2 |
Look up Fortran modules relative to . (Craig Scott)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1 index e08297a..76fc705 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -5597,7 +5597,7 @@ of each directory in $FORTRANPATH. Directory location where the Fortran compiler should place any module files it generates. This variable is empty, by default. Some Fortran compilers will internally append this directory in the search path -for module files, as well +for module files, as well. .IP FORTRANMODDIRPREFIX The prefix used to specify a module directory on the Fortran compiler command @@ -5613,7 +5613,7 @@ This will be appended to the beginning of the directory in the $FORTRANMODDIR construction variables when the $_FORTRANMODFLAG variables is automatically generated. -.IP FORTRANMODFLAG +.IP _FORTRANMODFLAG An automatically-generated construction variable containing the Fortran compiler command-line option for specifying the directory location where the Fortran |