mirror of
https://git.mills.io/prologic/zs.git
synced 2024-11-16 09:16:19 -05:00
Updated manual page and added a Makefile
This commit is contained in:
parent
f39dbabd01
commit
efa11e9761
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> ...
|
.Ar <var1> <var2> ...
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Nm
|
.Nm
|
||||||
was made by James Mills
|
is maintained by James Mills
|
||||||
.Aq Lk https://prologic.shortcircuit.net.au/
|
.Aq Lk https://prologic.shortcircuit.net.au/
|
||||||
.Pp
|
.Pp
|
||||||
This manual page was written by Nova
|
This manual page was written by Nova
|
||||||
|
Loading…
Reference in New Issue
Block a user