mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-04-14 06:50:09 +03:00
The tutorial was moved to the Wiki: https://gitlab.gnome.org/GNOME/libxml2/-/wikis/Tutorial
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')
|