aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2020-11-01 16:48:12 +0100
committerGitHub <noreply@github.com>2020-11-01 16:48:12 +0100
commit0aeedd8615f5528ee7961872e1de88ff214f5e3f (patch)
treebfaa7d2f7621c2a73ce55c2d854fdc21b70df7e4 /manifest-reference.md
parent820884e16310d8737dccb12e01d1add5f2b2370d (diff)
downloadfpm-0aeedd8615f5528ee7961872e1de88ff214f5e3f.tar.gz
fpm-0aeedd8615f5528ee7961872e1de88ff214f5e3f.zip
Fix spelling
Co-authored-by: Laurence Kedward <laurence.kedward@bristol.ac.uk>
Diffstat (limited to 'manifest-reference.md')
-rw-r--r--manifest-reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index b77fff6..cce4fca 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -181,7 +181,7 @@ Library targets are exported and useable for other projects.
### Library configuration
Defines the exported library target of the project.
-A library is generated if the source directory found in a 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.
Paths for the source directory are given relative to the project root and use ``/`` as path separator on all platforms.
@@ -283,7 +283,7 @@ helloff = { git = "https://gitlab.com/everythingfunctional/helloff.git" }
> Supported in Fortran fpm only
Executables and test can be discovered automatically in their default directories.
-The automatic discovery searches the ``app`` and ``test`` directories for ``program`` definitions and declares them as executable and test targets, respectively.
+The automatic discovery recursively searches the ``app`` and ``test`` directories for ``program`` definitions and declares them as executable and test targets, respectively.
The automatic discovery is enabled by default.
To disable the automatic discovery of targets set the *auto-executables* and *auto-tests* entry to *false*.