aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-13 15:57:37 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-13 15:59:04 -0400
commitc874ebb5389424e2d04be0c64350c9146b8f8d49 (patch)
tree1849a10c759de396873088f5ce0f8be70f009418 /Makefile
parent5b1aae3452f2473a200f4f5b477f3ef7a147a29d (diff)
downloadmirror-ponymix-c874ebb5389424e2d04be0c64350c9146b8f8d49.tar.gz
mirror-ponymix-c874ebb5389424e2d04be0c64350c9146b8f8d49.tar.bz2
mirror-ponymix-c874ebb5389424e2d04be0c64350c9146b8f8d49.zip
add a manpage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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