Update Makefile and manual page
Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
7
Makefile
7
Makefile
@@ -8,3 +8,10 @@ build:
|
|||||||
@${GO} build ${GOFLAGS}
|
@${GO} build ${GOFLAGS}
|
||||||
clean:
|
clean:
|
||||||
@rm -f mikuru
|
@rm -f mikuru
|
||||||
|
install:
|
||||||
|
install -d ${DESTDIR}${PREFIX}/bin
|
||||||
|
install -d ${DESTDIR}${PREFIX}/man/man1
|
||||||
|
install -m0755 mikuru ${DESTDIR}${PREFIX}/bin
|
||||||
|
install -m0660 mikuru.1 ${DESTDIR}${PREFIX}/man/man1
|
||||||
|
tidy:
|
||||||
|
@${GO} mod tidy
|
||||||
|
|||||||
4
mikuru.1
4
mikuru.1
@@ -1,4 +1,4 @@
|
|||||||
.Dd December 30, 2025
|
.Dd January 21, 2026
|
||||||
.Dt MIKURU 1
|
.Dt MIKURU 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -26,5 +26,7 @@ and will fail if the variable is unset.
|
|||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Pa ~/.config/mikuru.ini
|
.Pa ~/.config/mikuru.ini
|
||||||
|
.Sh LICENSE
|
||||||
|
This work is licensed under the terms of the Internet Systems Consortium License
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.An Shin'ya Minazuki Aq Mt shinyoukai@laidback.moe
|
.An Shin'ya Minazuki Aq Mt shinyoukai@laidback.moe
|
||||||
|
|||||||
Reference in New Issue
Block a user