aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: 3e171ecca52d7b51ddda9f5cdf105caecd261b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Carbs Packaging Tools
VERSION = 6.0.4

# Installation paths
PREFIX    = /usr/local
BINDIR    = ${PREFIX}/bin
SHAREDIR  = ${PREFIX}/share
INFODIR   = ${SHAREDIR}/info
DOCDIR    = ${SHAREDIR}/doc
CPTDOC    = ${DOCDIR}/cpt
MANPREFIX = ${SHAREDIR}/man
MAN1      = ${MANPREFIX}/man1

EMACS     = emacs
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