Mercurial > audlegacy
changeset 801:ec9ba0ad38a8 trunk
[svn] - use OBJECTIVE_DATA instead of a kludge in the posthook here
author | nenolod |
---|---|
date | Sat, 04 Mar 2006 14:34:04 -0800 |
parents | 5f7d4696c486 |
children | 1c2c92c7f222 |
files | Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sat Mar 04 12:22:19 2006 -0800 +++ b/Makefile.in Sat Mar 04 14:34:04 2006 -0800 @@ -9,9 +9,8 @@ /sbin/ldconfig; \ echo "[system library cache updated]"; \ fi - @mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig - @mkdir -p $(DESTDIR)/$(mandir)/man1 - @mkdir -p $(DESTDIR)/$(datadir)/applications - @$(INSTALL_DATA) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc - @$(INSTALL_DATA) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1 - @$(INSTALL_DATA) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop + +OBJECTIVE_DATA = \ + audacious.pc:$(LIBDIR)/pkgconfig \ + audacious.1:$(mandir)/man1 \ + audacious/audacious.desktop:$(datadir)/applications