diff --git a/docs/docs/migration.md b/docs/docs/migration.md index 2cb6b6fcf..4eb5ba144 100644 --- a/docs/docs/migration.md +++ b/docs/docs/migration.md @@ -4,12 +4,12 @@ If you have previously used the [Multitarget Application Archive Builder](https: #### Features that are handled differently in the Cloud MTA Build Tool -
  • The Cloud MTA build Tool uses `GNU Make` technology for building an MTA project. Therefore, you should have `GNU Make` installed in your build environmnet. +*The Cloud MTA build Tool uses `GNU Make` technology for building an MTA project. Therefore, you should have `GNU Make` installed in your build environmnet. For more information, see sections [`GNU Make` installation](makefile.md) and [commands for building a project](usage.md#how-to-build-an-mta-archive-from-the-project-sources).   -
  • Packaging of HTML5 modules in `deploy_mode=html5-repo` +* Packaging of HTML5 modules in `deploy_mode=html5-repo` You need to update your `mta.yaml` file to exclude `html5` modules from the resulting MTA archive. In order to do that, add the following to the `build-parameters` section for each module of this type: ```yaml @@ -20,7 +20,7 @@ You need to update your `mta.yaml` file to exclude `html5` modules from the resu        For more information about the `supported-platforms` build parameter, see [Configuring and Packaging Modules According to Target Platforms](configuration.md#configuring-and-packaging-modules-according-to-target-platforms).    -
  • The following `build-parameters` are not supported by the Cloud MTA Build Tool: +* The following `build-parameters` are not supported by the Cloud MTA Build Tool: If you need to change the default build behavior defined for the corresponding builder, see [configure `custom` builder](configuration.md#configuring-the-custom-builder). For a complete list of available builders and their default behaviors, see [Builders execution commands](https://github.com/SAP/cloud-mta-build-tool/blob/master/configs/builder_type_cfg.yaml).