summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-11-20 18:04:54 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-21 04:53:22 (GMT)
commit6056817879e4e3ef78c8fa4e8aeda76f124dbc2e (patch)
treec70971eb7d7acca11f1022528f0bd044f0a0465f /Documentation
parentbb75be6cb916297f271c846f2f9caa3daaaec718 (diff)
downloadgit-6056817879e4e3ef78c8fa4e8aeda76f124dbc2e.zip
git-6056817879e4e3ef78c8fa4e8aeda76f124dbc2e.tar.gz
git-6056817879e4e3ef78c8fa4e8aeda76f124dbc2e.tar.bz2
Documentation: build technical/multi-pack-index
The git-multi-pack-index doc links to technical/multi-pack-index.html. Ensure it is built to prevent a broken link. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 48d261d..d5d936e 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -73,6 +73,7 @@ TECH_DOCS += technical/hash-function-transition
TECH_DOCS += technical/http-protocol
TECH_DOCS += technical/index-format
TECH_DOCS += technical/long-running-process-protocol
+TECH_DOCS += technical/multi-pack-index
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol