diff options
author | Nova [ミラーワールド] <novaburst@kalli.st> | 2021-12-09 16:14:18 +0000 |
---|---|---|
committer | Nova [ミラーワールド] <novaburst@kalli.st> | 2021-12-09 16:14:18 +0000 |
commit | 57431c43949412e9c65fb7aeae4b38d45d291c49 (patch) | |
tree | 41e17d38b6262123d4b6bb241989a6469f4df66f /makefile | |
parent | 633b333738406c99f157f23d4ee88bae8cd7350f (diff) | |
download | ayu-57431c43949412e9c65fb7aeae4b38d45d291c49.tar.gz |
The first step in fixing something is getting it to break.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile index 5ead151..44d1638 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ prefix ?= /usr/local install: install -Dm0755 ayu $(destdir)$(prefix)/bin/ayu - install -Dm0644 ayu.mdoc $(destdir)$(prefix)/share/man/man1/ayu.1 + mandoc -T man 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 |