mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-14 02:58:39 +08:00
meson: Fix install dir of man pages
Regressed when reworking documentation in 2.15. Fixes #985.
This commit is contained in:
@@ -31,7 +31,7 @@ if want_docs
|
||||
|
||||
xsltproc = find_program('xsltproc')
|
||||
types = [
|
||||
[ 'manpages', '.1', dir_man ],
|
||||
[ 'manpages', '.1', dir_man / 'man1' ],
|
||||
[ 'html', '.html', dir_doc ],
|
||||
]
|
||||
programs = [ 'xmllint' ]
|
||||
|
Reference in New Issue
Block a user