]> git.ipfire.org Git - thirdparty/git.git/commitdiff
bitmap-format.txt: feed the file to asciidoc to generate html
authorAbhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Thu, 16 Jun 2022 05:03:52 +0000 (05:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Jun 2022 18:48:49 +0000 (11:48 -0700)
Documentation/Makefile does not include bitmap-format.txt to generate
a html page using asciidoc.

Teach Documentation/Makefile to also generate a html page for
Documentation/technical/bitmap-format.txt file.

Signed-off-by: Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile

index d3f043f50d2817421e3d9d42ae454d541c51e68e..8d405a14330ea9f37f033362519e4b8425290934 100644 (file)
@@ -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/hash-function-transition
 TECH_DOCS += technical/http-protocol