about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNova li Gensokyo <novaburst@kalli.st>2021-12-05 23:31:47 +0000
committerNova li Gensokyo <novaburst@kalli.st>2021-12-05 23:31:47 +0000
commit7495ce54348be1c9524569f8895de538c5c4bf16 (patch)
tree5f45b6a28160ae63e03cdb9df414112069695699
parent0c9f8e038bc58989d511213569b071983d3b8824 (diff)
downloadayu-7495ce54348be1c9524569f8895de538c5c4bf16.tar.gz
There is no problem so simple that management can fix it. - Dave Presotto
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index c7e1edd..5ead151 100644
--- a/makefile
+++ b/makefile
@@ -3,5 +3,7 @@ prefix ?= /usr/local
 
 install:
 	install -Dm0755 ayu $(destdir)$(prefix)/bin/ayu
+	install -Dm0644 ayu.mdoc $(destdir)$(prefix)/share/man/man1/ayu.1
 uninstall:
 	rm -f $(destdir)$(prefix)/bin/ayu
+	rm -f $(destdir)$(prefix)/share/man/man1/ayu.1