mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
13 lines
210 B
Meson
13 lines
210 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')
|