# HG changeset patch # User novaburst # Date 1641597651 0 # Node ID 4d411cdd68c168dd250e3c02ddfbce97a083782e # Parent be0a08e4a0f6b6af6e7c3bf457349cf7c39dd840 Updated manual page and added a Makefile diff -r be0a08e4a0f6 -r 4d411cdd68c1 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Fri Jan 07 23:20:51 2022 +0000 @@ -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 diff -r be0a08e4a0f6 -r 4d411cdd68c1 zs.1 --- a/zs.1 Fri Jan 07 23:20:40 2022 +0000 +++ b/zs.1 Fri Jan 07 23:20:51 2022 +0000 @@ -43,7 +43,7 @@ .Ar ... .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