From a2720eb028c1ad2c43b529cf9633adb5b034be79 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sun, 29 Sep 2019 22:31:09 +0100 Subject: add manpage to dist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7318943..9020948 100644 --- 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 -- cgit v1.2.3