Update of /cvsroot/alsa/alsa-driver
In directory sc8-pr-cvs1:/tmp/cvs-serv19721

Modified Files:
        Makefile Makefile.conf.in 
Log Message:
added more documents.
removed the obsolete snd_seq_port_subscribe_set_voices().




Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- Makefile    6 Aug 2003 11:13:28 -0000       1.96
+++ Makefile    22 Oct 2003 14:23:59 -0000      1.97
@@ -155,6 +155,10 @@
        elif [ -d $(DESTDIR)/etc/init.d ]; then \
          install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsasound 
$(DESTDIR)/etc/init.d/alsasound; \
        fi
+       mkdir -p $(DESTDIR)$(bindir)
+       install -m 755 -g $(IGROUP) -o $(IUSER) utils/alsaconf $(DESTDIR)$(bindir)
+       mkdir -p $(DESTDIR)$(mandir)/man8
+       install -m 644 -g $(IGROUP) -o $(IUSER) utils/alsaconf.8 
$(DESTDIR)$(mandir)/man8
 
 .PHONY: check-snd-prefix
 check-snd-prefix:

Index: Makefile.conf.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/Makefile.conf.in,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- Makefile.conf.in    7 Apr 2003 09:51:23 -0000       1.53
+++ Makefile.conf.in    22 Oct 2003 14:23:59 -0000      1.54
@@ -16,8 +16,11 @@
 mainsrcdir     = @srcdir@
 MAINSRCDIR     = @SRCDIR@
 prefix         = @prefix@
+exec_prefix    = @exec_prefix@
 sysconfdir     = @sysconfdir@
+bindir         = @bindir@
 sbindir                = @sbindir@
+mandir         = @mandir@
 moddir         = @moddir@
 moddir_tree    = @moddir_tree@
 c_opts         = @c_opts@



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to