mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-31 21:50:33 +03:00
15 lines
248 B
Meson
15 lines
248 B
Meson
|
|
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')
|
|
subdir('examples')
|
|
subdir('tutorial')
|