diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2020-12-12 11:35:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-12 11:35:36 +0000 |
commit | 983d244554f977305a3058486ab159ba1cd7828c (patch) | |
tree | 2f1ab8f8046b6e3286a8970571b8903153f83788 /manifest-reference.md | |
parent | e0beb50308af42141f7c333864016ea4c7ea290b (diff) | |
parent | c39ba0b8efc85695605def0dcad051958de8536f (diff) | |
download | fpm-983d244554f977305a3058486ab159ba1cd7828c.tar.gz fpm-983d244554f977305a3058486ab159ba1cd7828c.zip |
Merge pull request #304 from awvwgk/manifest-doc
Remove note on not supported dependencies in program targets
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 45b4827..008b6b5 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -230,8 +230,6 @@ The source file containing the program body can be specified in the *main* entry Executables can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Executables can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -274,8 +272,6 @@ The source file containing the program body can be specified in the *main* entry Examples can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Examples can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. @@ -310,8 +306,6 @@ The source file containing the program body can be specified in the *main* entry Tests can have their own dependencies. See [specifying dependencies](#specifying-dependencies) for more details. -> Dependencies supported in Bootstrap fpm only - Tests can also specify their own external library dependencies. See [external libraries](#link-external-libraries) for more details. |