You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs/man/meson.build: Use -N for help2man to avoid texinfo section (#217)
If -N option is not added, the following section will be appended
to the generated man pages:
SEE ALSO
The full documentation for Timeshift is maintained as a Texinfo manual. If the info and Timeshift programs are properly installed
at your site, the command
info Timeshift
should give you access to the complete manual.
This is not desired, thus add the -N option to the help2man
invocation.
Signed-off-by: Boyuan Yang <[email protected]>
0 commit comments