From c874ebb5389424e2d04be0c64350c9146b8f8d49 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 13 Aug 2012 15:57:37 -0400 Subject: add a manpage --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07a5f84..c327aa1 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ LDFLAGS := -lpulse -lm $(LDFLAGS) pulsemix: pulsemix.o install: pulsemix - mkdir -p $(DESTDIR)/usr/bin - install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix + install -Dm755 pulsemix $(DESTDIR)/usr/bin/pulsemix + install -Dm644 pulsemix.1 $(DESTDIR)/usr/share/man/man1/pulsemix.1 check: pulsemix ./runtests ./pulsemix -- cgit v1.2.3