]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added manual pages for alsamixer and aplay/arecord..
authorJaroslav Kysela <perex@perex.cz>
Fri, 27 Nov 1998 14:44:04 +0000 (14:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 27 Nov 1998 14:44:04 +0000 (14:44 +0000)
Makefile

index bb3d19e6ec0203f65e5300d1399dad9a249e7c88..dad6863e2e8bae4720aef95d5179cdb63b8faf3b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,9 @@ install: all
        $(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}
+       $(INSTALL) -m 644 -o root -g root alsamixer/alsamixer.1 ${mandir}/man1
+       $(INSTALL) -m 644 -o root -g root aplay/arecord.1 ${mandir}/man1
+       ln -sf arecord.1 ${mandir}/man1/aplay.1
 
 clean:
        $(MAKE) -C include clean