From dd83464c9e1f19526a793418d34ea9751ae4e9c3 Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Mon, 13 Aug 2018 23:02:52 +0200 Subject: [PATCH 1/2] Install clic.1 man page. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 63661eb..74a372c 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ install: ${BIN} @chmod 755 "${DESTDIR}${BINDIR}/${BIN}" @echo installing manual page to ${DESTDIR}${MANDIR}/man1 @mkdir -p ${DESTDIR}${MANDIR}/man1 + @cp -f clic.1 "${DESTDIR}${MANDIR}/man1/clic.1" @chmod 644 ${DESTDIR}${MANDIR}/man1/clic.1 uninstall: -- 2.17.1