add manpage to dist - gramscii - A simple editor for ASCII box-and-arrow charts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a2720eb028c1ad2c43b529cf9633adb5b034be79
 (DIR) parent f19a6e23640bd2cf48324c7f195d4a1cd396d4c1
 (HTM) Author: KatolaZ <katolaz@freaknet.org>
       Date:   Sun, 29 Sep 2019 22:31:09 +0100
       
       add manpage to dist
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) 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