aboutsummaryrefslogtreecommitdiff
path: root/config.mk
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 /config.mk
parent8c9802d5a70273d87dfa0c3530db7539082cc346 (diff)
downloadcpt-adf8586a8ae301d651108eabc2dc790655258c3b.tar.gz
Use fossil backend for creating distribution tarballs
FossilOrigin-Name: 3414a848d04d4222850ff96caf2bcdab0a1876855ed821af9257f70e583f60c9
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/config.mk b/config.mk
index d29414c..1bc27fe 100644
--- a/config.mk
+++ b/config.mk
@@ -16,25 +16,3 @@ MAKEINFO = makeinfo
# Comment or change if you don't want to build/install the documentation
DOCS = yes
-
-# Files to be added into the distribution tarball
-DISTFILES = \
- .build.yml \
- .dir-locals.el \
- .editorconfig \
- .fossil-settings \
- .gitignore \
- .shellspec \
- CHANGELOG.md \
- LICENSE \
- Makefile \
- README \
- config.mk \
- contrib \
- cpt-base \
- docs \
- man \
- spec \
- src \
- tests \
- tools