From 4660a66cdd6a0863540f28c48218542d1b938d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 14 Jul 2021 19:56:30 +0200 Subject: Makefile: Install rtty.1 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98a4a14..8992ccf 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,4 @@ rtty: rtty.c install: rtty install rtty /usr/local/bin + install -m 644 rtty.1 /usr/local/man/man1 -- cgit v1.2.3