view 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
line wrap: on
line source

include mk/rules.mk
include mk/objective.mk

SUBDIRS = Plugins libaudacious audacious po icons skin intl

install-posthook:
	@if test `whoami` = 'root'; then \
		echo "[running ldconfig to update system library cache]"; \
		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