From: Jaroslav Kysela Date: Fri, 27 Nov 1998 14:44:04 +0000 (+0000) Subject: Added manual pages for alsamixer and aplay/arecord.. X-Git-Tag: v1.0.3~521 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=57fc84e24773ae5d8847d186a449df1492e9ae1a;p=alsa-utils.git Added manual pages for alsamixer and aplay/arecord.. --- diff --git a/Makefile b/Makefile index bb3d19e..dad6863 100644 --- 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