mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 05:43:33 +03:00
Updated manual page and added a Makefile
This commit is contained in:
parent
f39dbabd01
commit
efa11e9761
2 changed files with 14 additions and 1 deletions
13
Makefile
Normal file
13
Makefile
Normal 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
2
zs.1
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue