aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-04-03 16:58:52 +0000
committermerakor <cem@ckyln.com>2021-04-03 16:58:52 +0000
commit81b404593fd61c7505a85523688222bd88bba551 (patch)
tree54b477f46a69063584ab67ae483fd063dc14e8f0
parenta1cd7fcecf36b82bb4d37a17639637711ec4dc37 (diff)
downloadcpt-81b404593fd61c7505a85523688222bd88bba551.tar.gz
config.mk: change distfiles variable
FossilOrigin-Name: bbaf82127a65ea3def1d329d82f9aabb9fabd68b4c717c7ad59eab23d474c2a8
-rw-r--r--config.mk22
1 files changed, 20 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 889c5df..8f1ff19 100644
--- a/config.mk
+++ b/config.mk
@@ -18,5 +18,23 @@ MAKEINFO = makeinfo
DOCS = yes
# Files to be added into the distribution tarball
-DISTFILES = contrib docs man spec src tests tools \
- CHANGELOG.md LICENSE Makefile README.md config.mk cpt-base
+DISTFILES = \
+ .build.yml \
+ .dir-locals.el \
+ .editorconfig \
+ .fossil-settings \
+ .gitignore \
+ .shellspec \
+ CHANGELOG.md \
+ LICENSE \
+ Makefile \
+ README.md \
+ config.mk \
+ contrib \
+ cpt-base \
+ docs \
+ man \
+ spec \
+ src \
+ tests \
+ tools