view pidgin/pixmaps/emotes/none/Makefile.am @ 17476:92821180bded

A somewhat-Warmenhoved patch from tfujiwara to allow for the smiley theme description data to be translated. I haven't tested my last set of changes to make sure you can actually still see a translated name, but he's going to check it for me, I hope. Closes #1342
author Richard Laager <rlaager@wiktel.com>
date Wed, 30 May 2007 09:02:05 +0000
parents c6e563dfaa7a
children e4b2cbc246da
line wrap: on
line source

pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
pidginsmileypix_in_files = none.theme.in
pidginsmileypix_DATA = theme

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

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