]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added manual page for alsactl...
authorJaroslav Kysela <perex@perex.cz>
Tue, 1 Dec 1998 10:29:58 +0000 (10:29 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 1 Dec 1998 10:29:58 +0000 (10:29 +0000)
Makefile

index dad6863e2e8bae4720aef95d5179cdb63b8faf3b..0b8c5e37366c00e1eedc5957b6ba812cb3aed10f 100644 (file)
--- 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