* [PATCH] docs: add BreakingChanges to TECH_DOCS target
@ 2025-03-18 14:41 Phillip Wood via GitGitGadget
2025-03-19 9:33 ` Patrick Steinhardt
0 siblings, 1 reply; 2+ messages in thread
From: Phillip Wood via GitGitGadget @ 2025-03-18 14:41 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Phillip Wood, Phillip Wood
From: Phillip Wood <phillip.wood@dunelm.org.uk>
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>
---
docs: add BreakingChanges to TECH_DOCS target
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1921%2Fphillipwood%2Fbuild-breaking-changes-docs-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1921/phillipwood/build-breaking-changes-docs-v1
Pull-Request: https://github.com/git/git/pull/1921
Documentation/Makefile | 1 +
Documentation/meson.build | 1 +
2 files changed, 2 insertions(+)
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 671267a8ac7..de57d5822e4 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 594546d68b1..b62ec5f6010 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -440,6 +440,7 @@ if get_option('docs').contains('html')
)
articles = [
+ 'BreakingChanges.adoc',
'DecisionMaking.adoc',
'MyFirstContribution.adoc',
'MyFirstObjectWalk.adoc',
base-commit: 683c54c999c301c2cd6f715c411407c413b1d84e
--
gitgitgadget
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] docs: add BreakingChanges to TECH_DOCS target
2025-03-18 14:41 [PATCH] docs: add BreakingChanges to TECH_DOCS target Phillip Wood via GitGitGadget
@ 2025-03-19 9:33 ` Patrick Steinhardt
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Steinhardt @ 2025-03-19 9:33 UTC (permalink / raw)
To: Phillip Wood via GitGitGadget; +Cc: git, Phillip Wood
On Tue, Mar 18, 2025 at 02:41:40PM +0000, Phillip Wood via GitGitGadget wrote:
> From: Phillip Wood <phillip.wood@dunelm.org.uk>
>
> 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.
Makes sense, thanks for this improvement!
Patrick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-19 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-18 14:41 [PATCH] docs: add BreakingChanges to TECH_DOCS target Phillip Wood via GitGitGadget
2025-03-19 9:33 ` Patrick Steinhardt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).