aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-21 15:27:02 -0700
committerJunio C Hamano <gitster@pobox.com>2022-09-21 15:27:02 -0700
commitac45db1e7552b46e10c4f5732ed56dbfa92e2d30 (patch)
treeca0e38bb051caa26e133135013f9a36911575c31 /Documentation/Makefile
parent86c108a8a2c66ee38ab92a35c9acc3206377e264 (diff)
parente01b851923d43cbd3c5b7055f689cc18283591b9 (diff)
downloadgit-ac45db1e7552b46e10c4f5732ed56dbfa92e2d30.tar.gz
Merge branch 'vd/doc-reviewing-guidelines'
Just like we have coding guidelines, we now have guidelines for reviewers. * vd/doc-reviewing-guidelines: Documentation: add ReviewingGuidelines
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 12c533c1a3..d47acb2e25 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -103,6 +103,7 @@ SP_ARTICLES += howto/coordinate-embargoed-releases
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 += ReviewingGuidelines
TECH_DOCS += MyFirstContribution
TECH_DOCS += MyFirstObjectWalk
TECH_DOCS += SubmittingPatches