1pidginsmileypix_in_files = none.theme.in
2
3if INSTALL_PIXMAPS
4pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
5pidginsmileypix_DATA = theme
6
7theme: none.theme.in
8	sed -e 's/^_Name=/Name=/' \
9	    -e 's/^_Description=/Description=/' \
10	    -e 's/^_Author=/Author=/' \
11	$< > $@
12endif
13
14EXTRA_DIST = \
15	$(pidginsmileypix_in_files) \
16	Makefile.mingw \
17	theme
18