Git fork

contrib/contacts: 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/contacts.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Todd Zullinger and committed by
Junio C Hamano
fa779fa8 41c793ea

+3 -3
+1 -1
contrib/contacts/Makefile
··· 34 34 35 35 GIT_CONTACTS_DOC := git-contacts.1 36 36 GIT_CONTACTS_XML := git-contacts.xml 37 - GIT_CONTACTS_TXT := git-contacts.txt 37 + GIT_CONTACTS_TXT := git-contacts.adoc 38 38 GIT_CONTACTS_HTML := git-contacts.html 39 39 40 40 doc: $(GIT_CONTACTS_DOC) $(GIT_CONTACTS_HTML)
contrib/contacts/git-contacts.txt contrib/contacts/git-contacts.adoc
+2 -2
contrib/contacts/meson.build
··· 16 16 '@INPUT@', 17 17 ], 18 18 depends: documentation_deps, 19 - input: 'git-contacts.txt', 19 + input: 'git-contacts.adoc', 20 20 output: 'git-contacts.xml', 21 21 ) 22 22 ··· 47 47 '@INPUT@', 48 48 ], 49 49 depends: documentation_deps, 50 - input: 'git-contacts.txt', 50 + input: 'git-contacts.adoc', 51 51 output: 'git-contacts.html', 52 52 install: true, 53 53 install_dir: get_option('datadir') / 'doc/git-doc',