aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-20 08:22:05 +0000
committermerakor <cem@ckyln.com>2020-12-20 08:22:05 +0000
commitd41769b86cfb555347ca7f0dc8073fa6cd2bf700 (patch)
tree9ef32b1181de41db0ab3ffae75da188c8244a967 /config.mk
parentc72c2cc00b2a9e2c7ce7ba0ff22908c209f24822 (diff)
parent85c93b694963039359d75174a23c1aaa912cdcb3 (diff)
downloadcpt-d41769b86cfb555347ca7f0dc8073fa6cd2bf700.tar.gz
Merge branch 'master' into redo
FossilOrigin-Name: 96a790f36f4138d910cb93c04945d7ded695554f0d750efb3f91c4f576c5e430
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index 4f1744e..7001625 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,5 @@
# See LICENSE for copyright information
+VERSION = 5.1.0
# Paths
PREFIX = /usr/local
@@ -18,3 +19,7 @@ LIBS = -lc
# C compiler and linker
CC = cc
LD = ${CC}
+
+# Documentation tools
+EMACS = emacs
+MAKEINFO = makeinfo