From b37e0b7f4b23caafe00c8685b8295df2fc7506b1 Mon Sep 17 00:00:00 2001 From: yotamshapira Date: Sun, 26 May 2019 12:52:01 +0300 Subject: [PATCH 1/3] Update mkdocs.yml --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 57765e714..1e11f3fe0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Cloud MTA Build Tool repo_url: https://github.com/SAP/cloud-mta-build-tool nav: - Home: index.md - - Download And Installation: + - Download and Installation: - Download: download.md - Make: makefile.md - Tools: tools.md From e91a94053d1caddcf66e1c054f31d3d472a6f015 Mon Sep 17 00:00:00 2001 From: yotamshapira Date: Sun, 26 May 2019 12:57:36 +0300 Subject: [PATCH 2/3] Update makefile.md --- docs/docs/makefile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/makefile.md b/docs/docs/makefile.md index 18ededc19..cc7397922 100644 --- a/docs/docs/makefile.md +++ b/docs/docs/makefile.md @@ -1,6 +1,6 @@ ### Overview -In order to build an MTA archive from a project's source code you should have `GNU Make 4.2.1` installed in your build environmnet. Then you can use the tool's `mbt init` command that generates the `Makefile.mta` base on the project's MTA development desriptor `mta.yaml` file. The `Makefile.mta` file is used by the `make` command and provides the verbose build manifest, which can be changed according to the project needs. It is responsible for: