File size: 210 Bytes
d843a8a |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
install_man(files(['xml2-config.1', 'xmlcatalog.1', 'xmllint.1']))
tutorial_files = files(
'xmlcatalog.html',
'xmllint.html',
)
install_data(tutorial_files, install_dir: dir_doc)
subdir('devhelp')
|