aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-04-05 13:24:41 +0000
committermerakor <cem@ckyln.com>2021-04-05 13:24:41 +0000
commitadf8586a8ae301d651108eabc2dc790655258c3b (patch)
treed32d755546ecf17bfdd390a03a569bbfe1a3b169 /Makefile
parent8c9802d5a70273d87dfa0c3530db7539082cc346 (diff)
downloadcpt-adf8586a8ae301d651108eabc2dc790655258c3b.tar.gz
Use fossil backend for creating distribution tarballs
FossilOrigin-Name: 3414a848d04d4222850ff96caf2bcdab0a1876855ed821af9257f70e583f60c9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c63eb5a..eceb18d 100644
--- a/Makefile
+++ b/Makefile
@@ -24,11 +24,7 @@ tests/etc/cpt-hook:
ln -s ../hook-file $@
dist: docs/cpt.info
- mkdir "cpt-${VERSION}"
- cp -r ${DISTFILES} "cpt-${VERSION}"
- tar cf "cpt-${VERSION}.tar" "cpt-${VERSION}"
- xz -z "cpt-${VERSION}.tar"
- rm -rf -- "cpt-${VERSION}"
+ ./tools/mkdist.sh "${VERSION}"
install: all
test "${DOCS}" != yes || ${MAKE} -C docs install