From 85c93b694963039359d75174a23c1aaa912cdcb3 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 20 Dec 2020 08:21:35 +0000 Subject: docs: add new documentation for cpt FossilOrigin-Name: 40a002bfab4194969ad59f76b04d52473ca3d64d56f97dd30989b73ac774f9f7 --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.mk') 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 -- cgit v1.2.3