aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2020-12-12 11:35:36 +0000
committerGitHub <noreply@github.com>2020-12-12 11:35:36 +0000
commit983d244554f977305a3058486ab159ba1cd7828c (patch)
tree2f1ab8f8046b6e3286a8970571b8903153f83788 /manifest-reference.md
parente0beb50308af42141f7c333864016ea4c7ea290b (diff)
parentc39ba0b8efc85695605def0dcad051958de8536f (diff)
downloadfpm-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.md6
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.