aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorVictoria Dye <vdye@github.com>2022-09-02 15:56:50 +0000
committerJunio C Hamano <gitster@pobox.com>2022-09-02 10:02:56 -0700
commit9eb7a73158bdc91892a6b9a0b43b8f954b1e39e2 (patch)
tree8faaccea570f18ff36a6d613885b986da1540bef /Documentation/Makefile
parentba1b117eec2f73c84f73f827e6f3ac8b82b35585 (diff)
downloadgit-9eb7a73158bdc91892a6b9a0b43b8f954b1e39e2.tar.gz
Documentation/technical: include Scalar technical doc
Include 'Documentation/technical/scalar.txt' alongside the other HTML technical docs when installing them. Now that the document is intended as a widely-accessible reference, remove the internal work-in-progress roadmap from the document. Those details should no longer be needed to guide Scalar's development and, if they were left, they could fall out-of-date and be misleading to readers. Signed-off-by: Victoria Dye <vdye@github.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 16c9e06239..9ec53afdf1 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -116,6 +116,7 @@ TECH_DOCS += technical/parallel-checkout
TECH_DOCS += technical/partial-clone
TECH_DOCS += technical/racy-git
TECH_DOCS += technical/reftable
+TECH_DOCS += technical/scalar
TECH_DOCS += technical/send-pack-pipeline
TECH_DOCS += technical/shallow
TECH_DOCS += technical/trivial-merge