add manpage to dist - gramscii - A simple editor for ASCII box-and-arrow charts | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit a2720eb028c1ad2c43b529cf9633adb5b034be79 | |
parent f19a6e23640bd2cf48324c7f195d4a1cd396d4c1 | |
Author: KatolaZ <[email protected]> | |
Date: Sun, 29 Sep 2019 22:31:09 +0100 | |
add manpage to dist | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -6,7 +6,7 @@ include config.mk | |
SRC = gramscii.c draw.c screen.c files.c lineset.c | |
INC = config.h gramscii.h arg.h | |
OBJ = ${SRC:.c=.o} | |
-DISTFILES = ${SRC} ${INC} Makefile config.mk README.md Changelog | |
+DISTFILES = ${SRC} ${INC} Makefile config.mk README.md Changelog gramscii.1 | |
all: options gramscii | |