pidgin/pixmaps/emotes/none/Makefile.am

Sun, 30 Mar 2008 00:19:07 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Sun, 30 Mar 2008 00:19:07 +0000
changeset 22717
5dd7255ae41f
parent 17474
a7f61acc10f6
child 34324
dc7890ea7560
permissions
-rw-r--r--

I'm tired of installing pixmap data that almost never changes. I'm so tired of
it, in fact, that I decided to add the ability to disable pixmap installation
to our configure script. For the two of us that actually wanted it, here it is.

pidginsmileypix_in_files = none.theme.in

if INSTALL_PIXMAPS
pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
pidginsmileypix_DATA = theme

theme: none.theme.in
	sed -e 's/^_Name=/Name=/' \
	    -e 's/^_Description=/Description=/' \
	    -e 's/^_Author=/Author=/' \
	$< > $@
endif

EXTRA_DIST = \
	$(pidginsmileypix_in_files) \
	Makefile.mingw \
	theme

mercurial