Skip to content

Commit fa779fa

Browse files
tmzullingergitster
authored andcommitted
contrib/contacts: 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/contacts. Signed-off-by: Todd Zullinger <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 41c793e commit fa779fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contrib/contacts/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GIT_CONTACTS := git-contacts
3434

3535
GIT_CONTACTS_DOC := git-contacts.1
3636
GIT_CONTACTS_XML := git-contacts.xml
37-
GIT_CONTACTS_TXT := git-contacts.txt
37+
GIT_CONTACTS_TXT := git-contacts.adoc
3838
GIT_CONTACTS_HTML := git-contacts.html
3939

4040
doc: $(GIT_CONTACTS_DOC) $(GIT_CONTACTS_HTML)

contrib/contacts/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if get_option('docs').contains('man')
1616
'@INPUT@',
1717
],
1818
depends: documentation_deps,
19-
input: 'git-contacts.txt',
19+
input: 'git-contacts.adoc',
2020
output: 'git-contacts.xml',
2121
)
2222

@@ -47,7 +47,7 @@ if get_option('docs').contains('html')
4747
'@INPUT@',
4848
],
4949
depends: documentation_deps,
50-
input: 'git-contacts.txt',
50+
input: 'git-contacts.adoc',
5151
output: 'git-contacts.html',
5252
install: true,
5353
install_dir: get_option('datadir') / 'doc/git-doc',

0 commit comments

Comments
 (0)