mesonbuild/meson

Support generation of man pages with help2man

Open

#1,812 opened on May 17, 2017

View on GitHub
 (2 comments) (2 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
enhancementgnomehelp wanted

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