I am packaging an application with a bunch of executable accepting roughly the same arguments. I would like to write (and provide) only one manpage with common explanations and the list of arguments.
In short, I would like that
man execFoo
man execBar
point to the same page.
I know how to generate two identical execFoo.1
and execBar.1
but these seems suboptimal. Since I plan to release this package for Debian, solutions relying on Debian packaging chain (such as dh_installmake
) would also be fine.