aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2021-10-12 23:28:52 -0400
committerJunio C Hamano <gitster@pobox.com>2021-10-13 11:05:04 -0700
commit6e4fd8bfcd97d3ad493beb13a818f05597e637ea (patch)
treec0eaf3dbaa876a794a6a4877ab8fa94065332dad /Documentation/Makefile
parent5c8273d57caf173517c9eb1ca77604709e2487b0 (diff)
downloadgit-6e4fd8bfcd97d3ad493beb13a818f05597e637ea.tar.gz
doc: add bundle-format to TECH_DOCS
A link to the bundle-format was added in 5c8273d57c (bundle doc: rewrite the "DESCRIPTION" section, 2021-07-31). Ensure `technical/bundle-format.html` is created to avoid a broken link in `git-bundle.html`. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 2aae4c9cbb..360d01b6bd 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -90,6 +90,7 @@ SP_ARTICLES += $(API_DOCS)
TECH_DOCS += MyFirstContribution
TECH_DOCS += MyFirstObjectWalk
TECH_DOCS += SubmittingPatches
+TECH_DOCS += technical/bundle-format
TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol
TECH_DOCS += technical/index-format