aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-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