aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-21 15:50:37 +0100
committerMattias Andrée <maandree@kth.se>2017-01-21 16:21:36 +0100
commit4f4763bbcbbf0dbc897d430c26fcb96225be24d8 (patch)
tree2d9b4dbc2816f27fd098fe56b35ca24f083b3b44 /Makefile
parentblind-stack: the output video can be longer than the first input video (diff)
downloadblind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.gz
blind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.bz2
blind-4f4763bbcbbf0dbc897d430c26fcb96225be24d8.tar.xz
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48956d9..5292fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ SCRIPTS =\
blind-rotate-180\
blind-rotate-270
-MAN = $(BIN:=.1) $(SCRIPTS:=.1)
+MAN1 = $(BIN:=.1) $(SCRIPTS:=.1)
all: $(BIN)