Hash : 5732ce56 Author : Date : 2024-04-04T12:14:46
meson: Initial commit
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14
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')