Skip to content

Commit 2a4f959

Browse files
committed
Merge branch 'pw/build-breaking-changes-doc'
A documentation page was left out from formatting and installation, which has been corrected. * pw/build-breaking-changes-doc: docs: add BreakingChanges to TECH_DOCS target
2 parents 8a753b9 + ae85116 commit 2a4f959

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
@@ -448,6 +448,7 @@ if get_option('docs').contains('html')
448448
)
449449

450450
articles = [
451+
'BreakingChanges.adoc',
451452
'DecisionMaking.adoc',
452453
'MyFirstContribution.adoc',
453454
'MyFirstObjectWalk.adoc',

0 commit comments

Comments
 (0)