aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/subtree/meson.build
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2025-03-01 10:36:04 -0500
committerJunio C Hamano <gitster@pobox.com>2025-03-01 10:00:52 -0800
commit561de07b57fcc2057fb6b96043f008a5b83f140c (patch)
treec3188aec2b850824dcaad132461a08afca703670 /contrib/subtree/meson.build
parentfa779fa88d18f550421ae777f7e048dd08ad0006 (diff)
downloadgit-561de07b57fcc2057fb6b96043f008a5b83f140c.tar.gz
contrib/subtree: rename .txt to .adoc
The .txt extensions were changed to .adoc in 1f010d6bdf (doc: use .adoc extension for AsciiDoc files, 2025-01-20). Do the same for contrib/subtree. Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree/meson.build')
-rw-r--r--contrib/subtree/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/subtree/meson.build b/contrib/subtree/meson.build
index a752a188df..9c72b23625 100644
--- a/contrib/subtree/meson.build
+++ b/contrib/subtree/meson.build
@@ -32,7 +32,7 @@ if get_option('docs').contains('man')
'@INPUT@',
],
depends: documentation_deps,
- input: 'git-subtree.txt',
+ input: 'git-subtree.adoc',
output: 'git-subtree.xml',
)
@@ -63,7 +63,7 @@ if get_option('docs').contains('html')
'@INPUT@',
],
depends: documentation_deps,
- input: 'git-subtree.txt',
+ input: 'git-subtree.adoc',
output: 'git-subtree.html',
install: true,
install_dir: get_option('datadir') / 'doc/git-doc',