divvun / libdivvun

lib for running gramcheck and other pipelines + cli; modules for CG→spelling, CG→feedback, tagging blanks
https://giellalt.github.io/proof/gramcheck/GrammarCheckerDocumentation.html
GNU General Public License v3.0
9 stars 1 forks source link

help2man -n #5

Open TinoDidriksen opened 6 years ago

TinoDidriksen commented 6 years ago

Package is getting Lintian tag https://lintian.debian.org/tags/manpage-has-useless-whatis-entry.html - can be trivially fixed by using help2man -n instead of plain help2man.

Remembering to use -n in the future is the tricky part.

unhammer commented 6 years ago

Do you know if help2man can take that part from the --help somehow? My own build script just calls help2man -N -S divvun-gramcheck "${prog##*/}" for all the binaries. Or can it be the same across all the executables, like this application is part of divvun-gramcheck (e.g. what man vislcg3 does)?

unhammer commented 6 years ago

Keeping it open since I'd like to have individual entries there (since it's what shows up when people do whatis divvun-suggest). I just have to figure out if I can specify the entries in --help or if I have to list them in my build script that calls help2man.