From 8459661793314095fdc6780b8981bad33a0e0e95 Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 25 Feb 2021 15:05:38 +0000 Subject: Makefile: fix dependencies FossilOrigin-Name: 5f22447a55d7e91c070f532c28d9033b168dd47553a41bdecb582165e6322ad8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f90bc46..75b5770 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ dist: docs/cpt.info xz -z "cpt-${VERSION}.tar" rm -rf -- "cpt-${VERSION}" -install: +install: all test "${DOCS}" != yes || ${MAKE} -C docs install ${INSTALL_SH} -Dm755 -t ${DESTDIR}${BINDIR} ${BIN} ${INSTALL_SH} -Dm644 -t ${DESTDIR}${MAN1} man/*.1 -- cgit v1.2.3