summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-04-07 14:23:18 -0700
committerJunio C Hamano <gitster@pobox.com>2025-04-07 14:23:19 -0700
commit2a4f95969a41089936070026b5a5ee5275ca43ad (patch)
tree0b6b72d0ff4fd04a5d93508fe352f6c7f965b929
parent8a753b9a44038dddb7cdc41ce47f1ee47266d38c (diff)
parentae85116f18357849c466bee95dd535682671190e (diff)
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
-rw-r--r--Documentation/Makefile1
-rw-r--r--Documentation/meson.build1
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index e6b20c021f..0d3a2c6bfe 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -109,6 +109,7 @@ SP_ARTICLES += howto/coordinate-embargoed-releases
API_DOCS = $(patsubst %.adoc,%,$(filter-out technical/api-index-skel.adoc technical/api-index.adoc, $(wildcard technical/api-*.adoc)))
SP_ARTICLES += $(API_DOCS)
+TECH_DOCS += BreakingChanges
TECH_DOCS += DecisionMaking
TECH_DOCS += ReviewingGuidelines
TECH_DOCS += MyFirstContribution
diff --git a/Documentation/meson.build b/Documentation/meson.build
index 5e556ce360..8b9e692c59 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -448,6 +448,7 @@ if get_option('docs').contains('html')
)
articles = [
+ 'BreakingChanges.adoc',
'DecisionMaking.adoc',
'MyFirstContribution.adoc',
'MyFirstObjectWalk.adoc',