diff options
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 24 | 
1 files changed, 1 insertions, 23 deletions
@@ -1,5 +1,5 @@  # Carbs Packaging Tools -VERSION = 6.0.2 +VERSION = dev  # Installation paths  PREFIX    = /usr/local @@ -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.md \ -    config.mk \ -    contrib \ -    cpt-base \ -    docs \ -    man \ -    spec \ -    src \ -    tests \ -    tools  | 
