]> granicus.if.org Git - fribidi/commit
meson: fix docs install
authorTim-Philipp Müller <tim@centricular.com>
Tue, 20 Feb 2018 11:37:15 +0000 (11:37 +0000)
committerKhaled Hosny <khaledhosny@eglug.org>
Tue, 27 Feb 2018 09:31:12 +0000 (11:31 +0200)
commit40c0533c16c9af6d05eabc49430176b869b71ddd
tree77d06ca5936cda48af6364a4a261dc093e9b98fb
parentc7bd1d06850b921ddc6330746e8fee475a202b88
meson: fix docs install

Follow-up fix to commit c8ad556. The .def file contains all
exported symbols including exported variables. The autotools
docs build only installs man pages for the functions however,
so we need to special-case the two variable names if we don't
want to pass '-v' to c2man to create man pages for the exported
symbols as well.
doc/meson.build