From: Jaroslav Kysela Date: Tue, 1 Dec 1998 10:29:58 +0000 (+0000) Subject: Added manual page for alsactl... X-Git-Tag: v1.0.3~516 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=937b3caa1bfcb25235a140035e35a06eaf44a4dc;p=alsa-utils.git Added manual page for alsactl... --- diff --git a/Makefile b/Makefile index dad6863..0b8c5e3 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ all: install: all $(INSTALL) -m 755 -o root -g root -d ${sbindir} $(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${sbindir} + $(INSTALL) -m 644 -o root -g root alsactl/alsactl.1 ${mandir}/man1 $(INSTALL) -m 755 -o root -g root -d ${bindir} $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir} ln -sf aplay ${bindir}/arecord