]> Nishi Git Mirror - aya.git/commitdiff
Updated manual page and added a Makefile
authorNova [ミラーワールド] <novaburst@kalli.st>
Fri, 7 Jan 2022 11:36:09 +0000 (08:36 -0300)
committerJames Mills <prologic@shortcircuit.net.au>
Fri, 7 Jan 2022 23:20:51 +0000 (09:20 +1000)
Makefile [new file with mode: 0644]
zs.1

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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 093d8b1d94e1be220161b69b24c69b1ceeeba5e8..eedf7ded63c3e7f112482df53413b1f678102513 100644 (file)
--- 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