# Full documentation as html, text
#
if docs_dep.found()
- html = custom_target('html',
+ html = custom_target('html-custom',
input: ['stylesheet.xsl', postgres_full_xml],
output: 'html',
depfile: 'html.d',
)
alldocs += html
- install_doc_html = custom_target('install-html',
+ install_doc_html = custom_target('install-html-custom',
output: 'install-html',
command: [
python, install_files, '--prefix', dir_prefix,
#
if docs_dep.found()
# FIXME: implement / consider sqlmansectnum logic
- man = custom_target('man',
+ man = custom_target('man-custom',
input: ['stylesheet-man.xsl', postgres_full_xml],
output: ['man1', 'man3', 'man7'],
depfile: 'man.d',
)
alldocs += man
- install_doc_man = custom_target('install-man',
+ install_doc_man = custom_target('install-man-custom',
output: 'install-man',
input: man,
command: [