summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2018-08-14 22:28:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-15 16:22:54 (GMT)
commit5641eb94655d723bb269683756ddaf4c6544da42 (patch)
treefe7ffc2a9fc451ff69d4a28900b87929b60cecff /Documentation/Makefile
parent637fc4467e57872008171958eda0428818a7ee03 (diff)
downloadgit-5641eb94655d723bb269683756ddaf4c6544da42.zip
git-5641eb94655d723bb269683756ddaf4c6544da42.tar.gz
git-5641eb94655d723bb269683756ddaf4c6544da42.tar.bz2
partial-clone: render design doc using asciidoc
Rendered documentation can be easier to read than raw text because headings and emphasized phrases stand out. Add the missing markup and Makefile rule required to render this design document using asciidoc. Tested by running make -C Documentation technical/partial-clone.html and viewing the output in a browser. Signed-off-by: Jonathan Nieder <jrnieder@gmail.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 2ab6556..74f101d 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -74,6 +74,7 @@ TECH_DOCS += technical/index-format
TECH_DOCS += technical/pack-format
TECH_DOCS += technical/pack-heuristics
TECH_DOCS += technical/pack-protocol
+TECH_DOCS += technical/partial-clone
TECH_DOCS += technical/protocol-capabilities
TECH_DOCS += technical/protocol-common
TECH_DOCS += technical/racy-git