We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc5ba4 commit e578fdbCopy full SHA for e578fdb
1 file changed
Makefile
@@ -17,7 +17,6 @@ BIN_DIR_DEBUG := bin/debug
17
TESTS_DIR := tests
18
INST_DIR ?= /usr/local/bin
19
MAN_DIR ?= /usr/local/share/man/man1
20
-MANPAGE_SRC := docs/man/$(PROG).1
21
22
# --- Builds -------------------------------------------------------------------
23
@@ -39,6 +38,7 @@ DEP := $(OBJ:.o=.d)
39
38
BINSTAMP := $(BIN_DIR)/.stamp
40
TEST := $(TESTS_DIR)/test.sh
41
VER_FILE := VERSION
+MANPAGE_SRC := docs/man/$(PROG).1
42
43
# --- Version ------------------------------------------------------------------
44
0 commit comments