From d9dc9f2ae5f196c15a7d35cddabc805c40ff86ce Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Wed, 31 Mar 2021 16:13:58 +0200 Subject: 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 --- manifest-reference.md | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'manifest-reference.md') 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 -- cgit v1.2.3