aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-17 10:15:18 -0700
committerJunio C Hamano <gitster@pobox.com>2019-06-17 10:15:19 -0700
commit55b34f30c27c95ac3fe3c285eb9c46ed831d1565 (patch)
tree601d4eeca2c8c3121fa419d4c58b383c5507ac8a /Documentation/Makefile
parent3dc47c428894c0eca7b01561978befdc09f64e48 (diff)
parent2656fb16ddb1ea1717277bcdf981c5e8794bfb5b (diff)
downloadgit-55b34f30c27c95ac3fe3c285eb9c46ed831d1565.tar.gz
Merge branch 'es/first-contrib-tutorial'
A new tutorial targetting specifically aspiring git-core developers. * es/first-contrib-tutorial: doc: add some nit fixes to MyFirstContribution documentation: add anchors to MyFirstContribution documentation: add tutorial for first contribution
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index dbf5a0f276..76f2ecfc1b 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -76,6 +76,7 @@ SP_ARTICLES += howto/maintain-git
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
SP_ARTICLES += $(API_DOCS)
+TECH_DOCS += MyFirstContribution
TECH_DOCS += SubmittingPatches
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol