add --name option to help2man

This resolves a lintian warning in Debian packaging
(manpage-has-useless-whatis-entry).
This commit is contained in:
Jérôme Charaoui 2022-04-24 00:27:12 -04:00
parent 3b25cf31ef
commit d1a10d489c
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ endif
man: httpdirfs
mkdir -p doc/man
help2man --no-discard-stderr ./httpdirfs > doc/man/httpdirfs.1
help2man --name "mount HTTP directory as a virtual filesystem" \
--no-discard-stderr ./httpdirfs > doc/man/httpdirfs.1
doc:
doxygen Doxyfile