mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
meson: Fix duplicate listing of libxml2.devhelp2
The duplication caused a warning when uninstalling.
This commit is contained in:
parent
b1c5aa6544
commit
81d38ed069
@ -56,6 +56,6 @@ html_modules = files(
|
||||
|
||||
extra_files = files('home.png', 'left.png', 'right.png', 'style.css', 'up.png')
|
||||
|
||||
devhelp = [files('libxml2.devhelp2'), html_files, html_modules, extra_files]
|
||||
devhelp = [html_files, html_modules, extra_files]
|
||||
|
||||
install_data(devhelp, install_dir: dir_data / 'gtk-doc' / 'html' / 'libxml2')
|
||||
|
Loading…
x
Reference in New Issue
Block a user