From 57fc84e24773ae5d8847d186a449df1492e9ae1a Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 27 Nov 1998 14:44:04 +0000 Subject: [PATCH] Added manual pages for alsamixer and aplay/arecord.. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.1