Updated manual page and added a Makefile

This commit is contained in:
Nova [ミラーワールド] 2022-01-07 08:36:09 -03:00 committed by James Mills
parent f39dbabd01
commit efa11e9761
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
2 changed files with 14 additions and 1 deletions

13
Makefile Normal file
View File

@ -0,0 +1,13 @@
destdir ?=
prefix ?= /usr/local
build:
go build -v
clean:
rm -f zs
install:
install -m0755 zs ${destdir}${prefix}/bin/zs
install -m0644 zs.1 ${destdir}${prefix}/share/man/man1/zs.1
uninstall:
rm -f ${prefix}/bin/zs
rm -f ${prefix}/share/man/man1/zs.1

2
zs.1
View File

@ -43,7 +43,7 @@ The name stands for 'zen static'
.Ar <var1> <var2> ...
.Sh AUTHORS
.Nm
was made by James Mills
is maintained by James Mills
.Aq Lk https://prologic.shortcircuit.net.au/
.Pp
This manual page was written by Nova