12 lines
210 B
Meson
Vendored
12 lines
210 B
Meson
Vendored
|
|
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')
|