Skip to content

Commit 561de07

Browse files
tmzullingergitster
authored andcommitted
contrib/subtree: rename .txt to .adoc
The .txt extensions were changed to .adoc in 1f010d6 (doc: use .adoc extension for AsciiDoc files, 2025-01-20). Do the same for contrib/subtree. Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fa779fa commit 561de07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/subtree/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ GIT_SUBTREE := git-subtree
5050

5151
GIT_SUBTREE_DOC := git-subtree.1
5252
GIT_SUBTREE_XML := git-subtree.xml
53-
GIT_SUBTREE_TXT := git-subtree.txt
53+
GIT_SUBTREE_TXT := git-subtree.adoc
5454
GIT_SUBTREE_HTML := git-subtree.html
5555
GIT_SUBTREE_TEST := ../../git-subtree
5656

File renamed without changes.

contrib/subtree/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if get_option('docs').contains('man')
3232
'@INPUT@',
3333
],
3434
depends: documentation_deps,
35-
input: 'git-subtree.txt',
35+
input: 'git-subtree.adoc',
3636
output: 'git-subtree.xml',
3737
)
3838

@@ -63,7 +63,7 @@ if get_option('docs').contains('html')
6363
'@INPUT@',
6464
],
6565
depends: documentation_deps,
66-
input: 'git-subtree.txt',
66+
input: 'git-subtree.adoc',
6767
output: 'git-subtree.html',
6868
install: true,
6969
install_dir: get_option('datadir') / 'doc/git-doc',

0 commit comments

Comments
 (0)