summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2023-12-20 20:33:15 -0500
committerJason D. McCormick <jason@mfamily.org>2023-12-20 20:33:15 -0500
commite61b0919164053482dacea248f1b0e21129ed9b6 (patch)
tree65ea916c59ef537065b5ebaee39c65fa9e261937 /Makefile
parent276c4c4e85741f8cbf17677abf5704d2c9d486bb (diff)
add crons
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 181a4d9..59ce166 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ RELVER = 1.0
DEBVER = 1
BUILDABLES = \
- bin
+ bin \
+ doc
instconf ?= yes
ifeq ($(instconf),yes)