Mercurial > audlegacy
changeset 664:b1d40a19466b trunk
[svn] Install audacious.pc, audacious.1 and audacious.desktop.
author | nenolod |
---|---|
date | Wed, 22 Feb 2006 18:27:55 -0800 |
parents | de036d09f9f7 |
children | 4c69c5a2ee99 |
files | Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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