annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
563
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
1 include mk/rules.mk
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
2 include mk/objective.mk
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
3
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
4 SUBDIRS = Plugins libaudacious audacious po icons skin intl
613
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
5
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
6 install-posthook:
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
7 @if test `whoami` = 'root'; then \
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
8 echo "[running ldconfig to update system library cache]"; \
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
9 ldconfig; \
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
10 echo "[system library cache updated]"; \
502b46145121 [svn] Run ldconfig as an install-posthook operation, some systems need it.
nenolod
parents: 563
diff changeset
11 fi
664
b1d40a19466b [svn] Install audacious.pc, audacious.1 and audacious.desktop.
nenolod
parents: 613
diff changeset
12 @$(INSTALL) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc
b1d40a19466b [svn] Install audacious.pc, audacious.1 and audacious.desktop.
nenolod
parents: 613
diff changeset
13 @$(INSTALL) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1
b1d40a19466b [svn] Install audacious.pc, audacious.1 and audacious.desktop.
nenolod
parents: 613
diff changeset
14 @$(INSTALL) audacious/audacious.desktop $(DESTDIR)/$(sharedir)/applications/audacious.desktop