Added manual page for alsactl...

This commit is contained in:
Jaroslav Kysela 1998-12-01 10:29:58 +00:00
parent 17452e8ac8
commit 937b3caa1b

View file

@ -25,6 +25,7 @@ all:
install: all install: all
$(INSTALL) -m 755 -o root -g root -d ${sbindir} $(INSTALL) -m 755 -o root -g root -d ${sbindir}
$(INSTALL) -s -m 755 -o root -g root alsactl/alsactl ${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) -m 755 -o root -g root -d ${bindir}
$(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir} $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
ln -sf aplay ${bindir}/arecord ln -sf aplay ${bindir}/arecord