From: Nova [ミラーワールド] <novaburst@kalli.st>
Date: Fri, 7 Jan 2022 11:36:09 +0000 (-0300)
Subject: Updated manual page and added a Makefile
X-Git-Tag: 0.0.2~1
X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=efa11e9761c55332ceecbf49e4bee7815f27bb5c;p=aya.git

Updated manual page and added a 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 <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