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>
Todd Zullinger committed
Nov 20, 2018 at 13:04 UTC
6056817879e4e3ef78c8fa4e8aeda76f124dbc2e
1 file changed
+1
Documentation/Makefile
+1
@@ -73,6 +73,7 @@ TECH_DOCS += technical/hash-function-transition
73
TECH_DOCS += technical/http-protocol
74
TECH_DOCS += technical/index-format
75
TECH_DOCS += technical/long-running-process-protocol
76
+TECH_DOCS += technical/multi-pack-index
77
TECH_DOCS += technical/pack-format
78
TECH_DOCS += technical/pack-heuristics
79
TECH_DOCS += technical/pack-protocol