Skip to content

Commit e578fdb

Browse files
committed
Update Makefile
1 parent dbc5ba4 commit e578fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ BIN_DIR_DEBUG := bin/debug
1717
TESTS_DIR := tests
1818
INST_DIR ?= /usr/local/bin
1919
MAN_DIR ?= /usr/local/share/man/man1
20-
MANPAGE_SRC := docs/man/$(PROG).1
2120

2221
# --- Builds -------------------------------------------------------------------
2322

@@ -39,6 +38,7 @@ DEP := $(OBJ:.o=.d)
3938
BINSTAMP := $(BIN_DIR)/.stamp
4039
TEST := $(TESTS_DIR)/test.sh
4140
VER_FILE := VERSION
41+
MANPAGE_SRC := docs/man/$(PROG).1
4242

4343
# --- Version ------------------------------------------------------------------
4444

0 commit comments

Comments
 (0)