Skip to content

Commit ae85116

Browse files
phillipwoodgitster
authored andcommitted
docs: add BreakingChanges to TECH_DOCS target
When BreakingChanges.txt was added in 57ec925 (docs: introduce document to announce breaking changes, 2024-06-14) there was no corresponding change to the Makefile to build it. Fix that by adding it to the TECH_DOCS target. Signed-off-by: Phillip Wood <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 683c54c commit ae85116

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ SP_ARTICLES += howto/coordinate-embargoed-releases
109109
API_DOCS = $(patsubst %.adoc,%,$(filter-out technical/api-index-skel.adoc technical/api-index.adoc, $(wildcard technical/api-*.adoc)))
110110
SP_ARTICLES += $(API_DOCS)
111111

112+
TECH_DOCS += BreakingChanges
112113
TECH_DOCS += DecisionMaking
113114
TECH_DOCS += ReviewingGuidelines
114115
TECH_DOCS += MyFirstContribution

Documentation/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ if get_option('docs').contains('html')
440440
)
441441

442442
articles = [
443+
'BreakingChanges.adoc',
443444
'DecisionMaking.adoc',
444445
'MyFirstContribution.adoc',
445446
'MyFirstObjectWalk.adoc',

0 commit comments

Comments
 (0)