diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 12:31:17 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 12:31:47 +0200 |
commit | fc4bb735d95c4e4be16d29f3e0929b911b0ed12a (patch) | |
tree | 6693435cdc77dcd5f59d3763f1b1c785553b7efc | |
parent | d0ad5b7d670e8aaddf5c41f37d196c083892b315 (diff) | |
download | mk-fc4bb735d95c4e4be16d29f3e0929b911b0ed12a.tar.gz |
Makefile: Fix typo
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |