aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-07-30 14:01:25 +0000
committermerakor <cem@ckyln.com>2021-07-30 14:01:25 +0000
commit151cd07bd08dd9efd746f676dec9fd58b8182bb2 (patch)
tree0dee5c3de3dd2cbcdf9e59006287c4917db35219 /Makefile
parent8af529072fcbb851b5f4280aed7d590fec2e750f (diff)
downloadcpt-151cd07bd08dd9efd746f676dec9fd58b8182bb2.tar.gz
Makefile: add CHANGELOG to the install target
FossilOrigin-Name: 31127ce3003f4b220b7523ec7b38ec9f70e483d98cec3841a7b42c2003ccdaa1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8abb588..126c266 100644
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ install: all
${INSTALL_SH} -Dm644 docs/cpt.info ${DESTDIR}${INFODIR}/cpt.info
[ -f docs/cpt.txt ] && \
${INSTALL_SH} -Dm644 docs/cpt.txt ${DESTDIR}${DOCDIR}/cpt.txt
+ ${INSTALL_SH} -Dm644 CHANGELOG.md ${DESTDIR}${DOCDIR}/CHANGELOG
${INSTALL_SH} -Dm755 -t ${DESTDIR}${BINDIR} ${BIN}
${INSTALL_SH} -Dm644 -t ${DESTDIR}${MAN1} man/*.1
for man in ${CONTRIB}; do \