1
0
mirror of https://github.com/GNOME/libxml2.git synced 2025-10-14 19:57:32 +08:00

meson: Fix install dir of man pages

Regressed when reworking documentation in 2.15.

Fixes #985.
This commit is contained in:
Nick Wellnhofer
2025-09-17 11:10:51 +02:00
parent 48df82f6ea
commit dc307e31fd

View File

@@ -31,7 +31,7 @@ if want_docs
xsltproc = find_program('xsltproc') xsltproc = find_program('xsltproc')
types = [ types = [
[ 'manpages', '.1', dir_man ], [ 'manpages', '.1', dir_man / 'man1' ],
[ 'html', '.html', dir_doc ], [ 'html', '.html', dir_doc ],
] ]
programs = [ 'xmllint' ] programs = [ 'xmllint' ]