mirror of
https://github.com/git/git.git
synced 2026-02-28 18:48:50 +00:00
docs: add BreakingChanges to TECH_DOCS target
When BreakingChanges.txt was added in 57ec9254eb (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>
This commit is contained in:
committed by
Junio C Hamano
parent
683c54c999
commit
ae85116f18
@@ -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
|
||||
|
||||
@@ -440,6 +440,7 @@ if get_option('docs').contains('html')
|
||||
)
|
||||
|
||||
articles = [
|
||||
'BreakingChanges.adoc',
|
||||
'DecisionMaking.adoc',
|
||||
'MyFirstContribution.adoc',
|
||||
'MyFirstObjectWalk.adoc',
|
||||
|
||||
Reference in New Issue
Block a user