aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-04 12:31:17 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-04 12:31:47 +0200
commitfc4bb735d95c4e4be16d29f3e0929b911b0ed12a (patch)
tree6693435cdc77dcd5f59d3763f1b1c785553b7efc
parentd0ad5b7d670e8aaddf5c41f37d196c083892b315 (diff)
downloadmk-fc4bb735d95c4e4be16d29f3e0929b911b0ed12a.tar.gz
Makefile: Fix typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7805ee7..6392687 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BINDIR ?= /usr/local/bin
MANDIR ?= /usr/local/man
install:
- install -m 644 mk/k.tmac t/toc.tmac $(TMACDIR)
+ install -m 644 mk/k.tmac toc/toc.tmac $(TMACDIR)
install -m 644 toc/toc.1 list/list.1 $(MANDIR)/man1
install toc/toc list/list $(BINDIR)