aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc')
-rw-r--r--documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc b/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
index b0a4023cb4..d511da5d63 100644
--- a/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/pt-br/books/porters-handbook/makefiles/_index.adoc
@@ -4,7 +4,8 @@ prev: books/porters-handbook/slow-porting
next: books/porters-handbook/special
showBookMenu: true
weight: 5
-path: "/books/porters-handbook/"
+params:
+ path: "/books/porters-handbook/makefiles/"
---
[[makefiles]]
@@ -1363,6 +1364,7 @@ Se o arquivo de distribuição vier de um commit ou tag específico no https://g
|`GH_TUPLE`
|`GH_TUPLE` permite colocar `GH_ACCOUNT`, `GH_PROJECT`, `GH_TAGNAME` e `GH_SUBDIR` em uma única variável. O formato é _conta_`:`_projeto_`:`_tagname_`:`_grupo_`/`_subdiretório_. O `/`_subdiretório _ é opcional. Isso é útil quando mais de um projeto no GitHub precisa ser utilizado.
+|
|===
[IMPORTANT]
@@ -1732,6 +1734,7 @@ Semelhante ao GitHub, se o arquivo de distribuição vier de https://gitlab.com[
|`GL_TUPLE`
|`GL_TUPLE` permite colocar `GL_SITE`, `GL_ACCOUNT`, `GL_PROJECT`, `GL_COMMIT`, e `GL_SUBDIR` dentro de uma única variável. O formato é _site_`:`_conta_`:`_projeto_`:`_commit_`:`_grupo_`/`_subdiretório_. O _site_`:` e `/`_subdiretório_ são opcionais. Isso ajuda quando é necessário baixar arquivos de mais de um projeto GitLab.
+|
|===
[[makefile-master_sites-gitlab-ex1]]