diff options
-rw-r--r-- | fpm/src/fpm/cmd/new.f90 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fpm/src/fpm/cmd/new.f90 b/fpm/src/fpm/cmd/new.f90 index 7c16fa8..15c1dbe 100644 --- a/fpm/src/fpm/cmd/new.f90 +++ b/fpm/src/fpm/cmd/new.f90 @@ -203,10 +203,12 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &' ',& &'#executable = [ ',& &'# { name = "a-prog" }, ',& - &'# { name = "app-tool", source-dir = "tool" } ',& + &'# { name = "app-tool", source-dir = "tool" }, ',& &'# { name = "fpm-man", source-dir = "tool", main="fman.f90" } ',& &'#] ',& &' ',& + &' # This would be in lieue of the [[executable]] section found later in this ',& + &' # configuration file. ',& &' # + See the reference documents (at the beginning of this document) ',& &' # for more information on tables if you have long lists of programs ',& &' # to build and are not simply depending on auto-detection. ',& @@ -505,7 +507,7 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &'#link = ["blas", "lapack"] ',& &'#[test.dependencies] ',& &'#M_CLI2 = { git = "https://github.com/urbanjost/M_CLI2.git" } ',& - &'#M_io = { git = "https://github.com/urbanjost/M_path.git" } ',& + &'#M_io = { git = "https://github.com/urbanjost/M_io.git" } ',& &'#M_system= { git = "https://github.com/urbanjost/M_system.git" } ',& &''] endif |