aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-11 15:38:50 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-11 15:38:50 -0700
commit5dbbdaac79f5e7b54c6f7d91a814577efcf361fc (patch)
treeb5fddcdbd6032044be0add154fadadae45d94aad /Documentation/Makefile
parent2c8c0b48434c3ff31cfee254d306e6a42dfa2463 (diff)
parentac7667bd44acd0e192e1783862ca5382ccbb2fcb (diff)
downloadgit-5dbbdaac79f5e7b54c6f7d91a814577efcf361fc.tar.gz
Merge branch 'ac/bitmap-format-doc'
Adjust technical/bitmap-format to be formatted by AsciiDoc, and add some missing information to the documentation. * ac/bitmap-format-doc: bitmap-format.txt: add information for trailing checksum bitmap-format.txt: fix some formatting issues bitmap-format.txt: feed the file to asciidoc to generate html
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 f2e7fc1daa..4f801f4e4c 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -94,6 +94,7 @@ TECH_DOCS += MyFirstContribution
TECH_DOCS += MyFirstObjectWalk
TECH_DOCS += SubmittingPatches
TECH_DOCS += ToolsForGit
+TECH_DOCS += technical/bitmap-format
TECH_DOCS += technical/bundle-format
TECH_DOCS += technical/cruft-packs
TECH_DOCS += technical/hash-function-transition