]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: add BreakingChanges to TECH_DOCS target
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Tue, 18 Mar 2025 14:41:40 +0000 (14:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Mar 2025 17:39:23 +0000 (10:39 -0700)
When BreakingChanges.txt was added in 57ec9254eb9 (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 <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
Documentation/meson.build

index 671267a8ac7af6c298af716b4be1a0b4900be396..de57d5822e41cd2ebcbe67e87381d39c0cd8c3ee 100644 (file)
@@ -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
index 594546d68b12c1a72efd6e1cdf84ad9006ad5eba..b62ec5f6010aed1d11ce9c00b95ba92254232aec 100644 (file)
@@ -440,6 +440,7 @@ if get_option('docs').contains('html')
   )
 
   articles = [
+    'BreakingChanges.adoc',
     'DecisionMaking.adoc',
     'MyFirstContribution.adoc',
     'MyFirstObjectWalk.adoc',