From fc4bb735d95c4e4be16d29f3e0929b911b0ed12a Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Sun, 4 Jul 2021 12:31:17 +0200 Subject: Makefile: Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3