summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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