kaniini / libucontext

ucontext implementation featuring glibc-compatible ABI
Other
106 stars 41 forks source link

meson: support building docs #49

Closed matoro closed 1 year ago

matoro commented 2 years ago

Toggleable with -Ddocs=(true|false), defaults to false.

Requires bumping minimum meson version to 0.59.0, or 0.61.0 to also include symlinks.

matoro commented 2 years ago

Thanks Eli! Did not know that mandir was automatically calculated.

eli-schwartz commented 2 years ago

It's a builtin directory variable similar to --prefix and --libdir, in this case --mandir. So in order to support OS layout, that option should be respected. (There's also an --infodir option for GNU texinfo.)

kaniini commented 1 year ago

Merged, thanks