diff options
author | merakor <cem@ckyln.com> | 2020-12-20 08:22:05 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 08:22:05 +0000 |
commit | d41769b86cfb555347ca7f0dc8073fa6cd2bf700 (patch) | |
tree | 9ef32b1181de41db0ab3ffae75da188c8244a967 /config.mk | |
parent | c72c2cc00b2a9e2c7ce7ba0ff22908c209f24822 (diff) | |
parent | 85c93b694963039359d75174a23c1aaa912cdcb3 (diff) | |
download | cpt-d41769b86cfb555347ca7f0dc8073fa6cd2bf700.tar.gz |
Merge branch 'master' into redo
FossilOrigin-Name: 96a790f36f4138d910cb93c04945d7ded695554f0d750efb3f91c4f576c5e430
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |