From: Jaroslav Kysela Date: Tue, 6 Oct 1998 10:19:26 +0000 (+0000) Subject: Man page for amixer is now installed. X-Git-Tag: v1.0.3~552 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d57fc77dd241f7fe776abdb24da5597fc76b4269;p=alsa-utils.git Man page for amixer is now installed. --- diff --git a/Makefile b/Makefile index e5815a1..f2b8f0e 100644 --- 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: