From 8b6649e2735642502711cb302b5e28b75ffeccb3 Mon Sep 17 00:00:00 2001 From: Shin'ya Minazuki Date: Wed, 21 Jan 2026 22:30:08 -0300 Subject: [PATCH] Update Makefile and manual page Signed-off-by: Shin'ya Minazuki --- Makefile | 7 +++++++ mikuru.1 | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02fd036..3e50b41 100644 --- a/Makefile +++ b/Makefile @@ -8,3 +8,10 @@ build: @${GO} build ${GOFLAGS} clean: @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 diff --git a/mikuru.1 b/mikuru.1 index 0edf659..5bf32ab 100644 --- a/mikuru.1 +++ b/mikuru.1 @@ -1,4 +1,4 @@ -.Dd December 30, 2025 +.Dd January 21, 2026 .Dt MIKURU 1 .Os .Sh NAME @@ -26,5 +26,7 @@ and will fail if the variable is unset. .El .Sh FILES .Pa ~/.config/mikuru.ini +.Sh LICENSE +This work is licensed under the terms of the Internet Systems Consortium License .Sh AUTHORS .An Shin'ya Minazuki Aq Mt shinyoukai@laidback.moe