diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-11-25 15:24:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 15:24:00 +0000 |
commit | 2612d9aea9db8802042516ca97e6eb7268da200d (patch) | |
tree | bb4cd25aed2c74aad72b20912d3309684088baf4 /manifest-reference.md | |
parent | c4ce73e485cf48d6b6b3e9f34938c7f8effec22b (diff) | |
parent | 03fec875cfab2e358ab2665d70ce09b64cf7ddbf (diff) | |
download | fpm-2612d9aea9db8802042516ca97e6eb7268da200d.tar.gz fpm-2612d9aea9db8802042516ca97e6eb7268da200d.zip |
Merge pull request #239 from urbanjost/runner
Add --runner option to Fortran fpm to match Haskell fpm
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 63a533f..f1394cb 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -131,7 +131,7 @@ copyright = "Copyright 2020 Jane Doe" ## Project description -The decription provides a short summary on the project. +The description provides a short summary on the project. It should be plain text and not using any markup formatting. *Example:* @@ -184,7 +184,7 @@ Library targets are exported and useable for other projects. Defines the exported library target of the project. A library is generated if the source directory is found in a project. -The default source directory is ``src`` but can be modifed in the *library* section using the *source-dir* entry. +The default source directory is ``src`` but can be modified in the *library* section using the *source-dir* entry. Paths for the source directory are given relative to the project root and use ``/`` as path separator on all platforms. *Example:* @@ -199,7 +199,7 @@ source-dir = "lib" > Supported in Bootstrap fpm only Projects with custom build scripts can specify those in the *build-script* entry. -The custom build script will be executeted when the library build step is reached. +The custom build script will be executed when the library build step is reached. *Example:* |