bakkeby / dmenu-flexipatch

A dmenu build with preprocessor directives to decide which patches to include during build time
MIT License
179 stars 78 forks source link

Patch manpage as well #6

Open MithicSpirit opened 2 years ago

MithicSpirit commented 2 years ago

I presume this isn't possible with the current system, but it'd be nice if it was possible to also patch the dmenu.1 manpage (maybe there's something weird that can be done with the preprocessor?). A possible alternative would be to include all settings for all patches in the manpage by default, along with a message in each saying that it's only available if that patch was enabled.

bakkeby commented 2 years ago

Yes I think you would need a custom preprocessor script to do something like that.

I have always considered the manpages to be out of scope given the general aim of these projects being to allow users to try patches out before committing to including them in their own personal builds.

JimPix1 commented 2 years ago

Another thing to note is that not every patch patches dmenu.1 either, a lot of patches don't bother changing the manpage and instead just change the -h output