aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-02-25 15:05:38 +0000
committermerakor <cem@ckyln.com>2021-02-25 15:05:38 +0000
commit8459661793314095fdc6780b8981bad33a0e0e95 (patch)
treed35801cfeebaed0d6a84dc89097faf56161ca0c9 /Makefile
parentd5cdfa046943ba90fad75ac2854900e256630d65 (diff)
downloadcpt-8459661793314095fdc6780b8981bad33a0e0e95.tar.gz
Makefile: fix dependencies
FossilOrigin-Name: 5f22447a55d7e91c070f532c28d9033b168dd47553a41bdecb582165e6322ad8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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