From efa11e9761c55332ceecbf49e4bee7815f27bb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nova=20=5B=E3=83=9F=E3=83=A9=E3=83=BC=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=89=5D?= Date: Fri, 7 Jan 2022 08:36:09 -0300 Subject: [PATCH] Updated manual page and added a Makefile --- Makefile | 13 +++++++++++++ zs.1 | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b1b1fe8 --- /dev/null +++ b/Makefile @@ -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 --git a/zs.1 b/zs.1 index 093d8b1..eedf7de 100644 --- a/zs.1 +++ b/zs.1 @@ -43,7 +43,7 @@ The name stands for 'zen static' .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