From eafefb0c7965a048f53ffa3f86ea1db2cf065c47 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 6 Jul 2011 22:24:58 +0200 Subject: Add manpage --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 765a697..ed55e64 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ src/randsleep: src/randsleep.c ${CC} ${CFLAGS} ${LDFLAGS} -o $@ $< install: src/randsleep + install -m 755 src/randsleep ${bin_dir} + install -m 644 src/randsleep.1 ${man_dir}/man1 uninstall: rm -f src/randsleep -- cgit v1.2.3