comparison Makefile.in @ 664:b1d40a19466b trunk

[svn] Install audacious.pc, audacious.1 and audacious.desktop.
author nenolod
date Wed, 22 Feb 2006 18:27:55 -0800
parents 502b46145121
children 4c69c5a2ee99
comparison
equal deleted inserted replaced
663:de036d09f9f7 664:b1d40a19466b
7 @if test `whoami` = 'root'; then \ 7 @if test `whoami` = 'root'; then \
8 echo "[running ldconfig to update system library cache]"; \ 8 echo "[running ldconfig to update system library cache]"; \
9 ldconfig; \ 9 ldconfig; \
10 echo "[system library cache updated]"; \ 10 echo "[system library cache updated]"; \
11 fi 11 fi
12 @$(INSTALL) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc
13 @$(INSTALL) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1
14 @$(INSTALL) audacious/audacious.desktop $(DESTDIR)/$(sharedir)/applications/audacious.desktop