mesonbuild/meson

Support generation of man pages with help2man

Open

#1,812 opened on May 17, 2017

 (2 comments) (2 reactions) (0 assignees)Python (1,465 forks)batch import
enhancementgnomehelp wanted

Repository metrics

Stars
 (4,978 stars)
PR merge metrics
 (Avg merge 139d 13h) (51 merged PRs in 30d)

Description

This would be implemented via a run_target() that runs a specific built executable on install with help2man which generates a man page. Then we compress it and install it.

So far, pango needs it for its Meson port, but other projects would use it too, I'm sure.

Contributor guide