From d57fc77dd241f7fe776abdb24da5597fc76b4269 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 6 Oct 1998 10:19:26 +0000 Subject: [PATCH] Man page for amixer is now installed. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.47.1