paolostivanin / OTPClient

Highly secure and easy to use OTP client written in C/GTK3 that supports both TOTP and HOTP
GNU General Public License v3.0
458 stars 47 forks source link

Update manpages #366

Closed fvcr closed 1 week ago

fvcr commented 1 week ago

The manual page was not updated according to the latest release.

What do you think about keeping the unzipped manual page? In Debian, we let dh_compress take care of this: dh_compress cd debian/otpclient cd debian/otpclient-cli chmod a-x usr/share/doc/otpclient-cli/changelog.Debian usr/share/man/man1/otpclient-cli.1 chmod a-x usr/share/doc/otpclient/changelog.Debian usr/share/man/man1/otpclient.1 gzip -9nf usr/share/doc/otpclient/changelog.Debian usr/share/man/man1/otpclient.1 gzip -9nf usr/share/doc/otpclient-cli/changelog.Debian usr/share/man/man1/otpclient-cli.1 cd '/<<PKGBUILDDIR>>' cd '/<<PKGBUILDDIR>>'

paolostivanin commented 1 week ago

thanks a lot!