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:
@@ -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' ]
|
||||||
|
Reference in New Issue
Block a user