# HG changeset patch # User nenolod # Date 1140661675 28800 # Node ID b1d40a19466b2cd1e2688f0c029740f4a707fc5a # Parent de036d09f9f704941da119fadb7c5257699afcd7 [svn] Install audacious.pc, audacious.1 and audacious.desktop. diff -r de036d09f9f7 -r b1d40a19466b Makefile.in --- a/Makefile.in Wed Feb 22 17:31:03 2006 -0800 +++ b/Makefile.in Wed Feb 22 18:27:55 2006 -0800 @@ -9,3 +9,6 @@ ldconfig; \ echo "[system library cache updated]"; \ fi + @$(INSTALL) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc + @$(INSTALL) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 + @$(INSTALL) audacious/audacious.desktop $(DESTDIR)/$(sharedir)/applications/audacious.desktop