GIT_CONTACTS_DOC := git-contacts.1
GIT_CONTACTS_XML := git-contacts.xml
-GIT_CONTACTS_TXT := git-contacts.txt
+GIT_CONTACTS_TXT := git-contacts.adoc
GIT_CONTACTS_HTML := git-contacts.html
doc: $(GIT_CONTACTS_DOC) $(GIT_CONTACTS_HTML)
'@INPUT@',
],
depends: documentation_deps,
- input: 'git-contacts.txt',
+ input: 'git-contacts.adoc',
output: 'git-contacts.xml',
)
'@INPUT@',
],
depends: documentation_deps,
- input: 'git-contacts.txt',
+ input: 'git-contacts.adoc',
output: 'git-contacts.html',
install: true,
install_dir: get_option('datadir') / 'doc/git-doc',