ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.4k stars 43 forks source link

Manpages should go in share/man #666

Open ryandesign opened 2 weeks ago

ryandesign commented 2 weeks ago

This code is wrong:

https://github.com/ngs-lang/ngs/blob/dd1bc7021e7315878613e20e6393b1c33f3925c3/CMakeLists.txt#L132-L136

As far as I know, manpages belong in share/man on all platforms of this millennium, not just Apple platforms. See the FHS.

See #503.

ilyash-b commented 2 weeks ago

Thanks! I'll take a look

ilyash-b commented 2 weeks ago

Fixed in dev now