diff options
author | merakor <cem@ckyln.com> | 2021-04-03 16:58:52 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-04-03 16:58:52 +0000 |
commit | 81b404593fd61c7505a85523688222bd88bba551 (patch) | |
tree | 54b477f46a69063584ab67ae483fd063dc14e8f0 | |
parent | a1cd7fcecf36b82bb4d37a17639637711ec4dc37 (diff) | |
download | cpt-81b404593fd61c7505a85523688222bd88bba551.tar.gz |
config.mk: change distfiles variable
FossilOrigin-Name: bbaf82127a65ea3def1d329d82f9aabb9fabd68b4c717c7ad59eab23d474c2a8
-rw-r--r-- | config.mk | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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 |