diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-03-31 16:13:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 16:13:58 +0200 |
commit | d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce (patch) | |
tree | 6f61952c630b023edec391daae2747063703d489 /manifest-reference.md | |
parent | 5422ec57f4081bf2225f5dde5cc07999bf8010f9 (diff) | |
download | fpm-d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce.tar.gz fpm-d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce.zip |
Phase out Haskell fpm (#420)
- remove bootstrap directory from repository
- remove stack-build from CI workflow
- move Fortran fpm to project root
- adjust install script and bootstrap instructions
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index b40eef8..1a33dc1 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -217,27 +217,6 @@ include-dir = ["include", "third_party/include"] > *include-dir* does not currently allow using pre-built module `.mod` files -#### Custom build script - -> Supported in Bootstrap fpm only - -Projects with custom build scripts can specify those in the *build-script* entry. -The custom build script will be executed when the library build step is reached. - -*Example:* - -```toml -[library] -build-script = "build.sh" -``` - -Build scripts written in ``make`` are automatically detected and executed with ``make`` - -```toml -[library] -build-script = "Makefile" -``` - ### Executable targets |