From: Abhradeep Chakraborty Date: Thu, 16 Jun 2022 05:03:52 +0000 (+0000) Subject: bitmap-format.txt: feed the file to asciidoc to generate html X-Git-Tag: v2.37.2~32^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=accf237ab5fed31ee5ece22f503b33acad0d5e31;p=thirdparty%2Fgit.git bitmap-format.txt: feed the file to asciidoc to generate html 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/Makefile b/Documentation/Makefile index d3f043f50d..8d405a1433 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/hash-function-transition TECH_DOCS += technical/http-protocol