]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Man page for amixer is now installed.
authorJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 1998 10:19:26 +0000 (10:19 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 1998 10:19:26 +0000 (10:19 +0000)
Makefile

index e5815a1680238ac873853de2ca2c96330c7def32..f2b8f0eafc9b7170ba6b55098c6a8ee92882ddfe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ install: all
        $(INSTALL) -s -m 755 -o root -g root aplay/aplay ${bindir}
        ln -sf aplay ${bindir}/arecord
        $(INSTALL) -s -m 755 -o root -g root amixer/amixer ${bindir}
+       $(INSTALL) -d -m 755 -o root -g root ${mandir}/man1
+       $(INSTALL) -m 644 -o root -g root amixer/amixer.1 ${mandir}/man1
        $(INSTALL) -s -m 755 -o root -g root alsamixer/alsamixer ${bindir}
 
 clean: