Skip to content

Commit ef5af2c

Browse files
committed
Docs: Add commit-graph tech docs to Makefile
Ensure that the commit-graph.txt and commit-graph-format.txt files are compiled to HTML using ASCIIDOC. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 53f9a3e commit ef5af2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technica
6969
SP_ARTICLES += $(API_DOCS)
7070

7171
TECH_DOCS += SubmittingPatches
72+
TECH_DOCS += technical/commit-graph
73+
TECH_DOCS += technical/commit-graph-format
7274
TECH_DOCS += technical/hash-function-transition
7375
TECH_DOCS += technical/http-protocol
7476
TECH_DOCS += technical/index-format

0 commit comments

Comments
 (0)