Update of /cvsroot/audacity/audacity-src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv8423

Modified Files:
        Makefile.in 
Log Message:
Add an installation rule for the audacity xpm icon. Ought to add transparent 
and png versions as well, but they aren't in CVS yet


Index: Makefile.in
===================================================================
RCS file: /cvsroot/audacity/audacity-src/Makefile.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.in 18 Mar 2007 01:42:53 -0000      1.22
+++ Makefile.in 3 Aug 2007 20:49:35 -0000       1.23
@@ -52,6 +52,10 @@
        # install locales
        $(MAKE) -C locale install
 
+       # install an icon for audacity
+       $(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/
+       $(INSTALL) -m 644 images/AudacityLogo48x48.xpm 
$(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/audacity.xpm
+
 .PHONY: install-extra-data
 install-extra-data:
        # install desktop file


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to