Added man page to Makefile and README fixes.

This commit is contained in:
Johannes Findeisen 2025-01-01 08:54:26 +01:00
commit 84d481aa6f
2 changed files with 4 additions and 1 deletions

View file

@ -6,9 +6,12 @@ clean:
install:
cp ./checkpw /usr/bin/
cp ./checkpw.1 /usr/share/man/man1/
gzip /usr/share/man/man1/checkpw.1
cp ./checkpw.h /usr/include/
uninstall:
rm -f /usr/bin/checkpw
rm -f /usr/share/man/man1/checkpw.1.gz
rm -f /usr/include/checkpw.h