pidgin/pixmaps/emotes/none/Makefile.am

changeset 17474
a7f61acc10f6
parent 15946
d40e8847e825
child 22717
5dd7255ae41f
--- a/pidgin/pixmaps/emotes/none/Makefile.am	Wed May 30 08:43:34 2007 +0000
+++ b/pidgin/pixmaps/emotes/none/Makefile.am	Wed May 30 09:02:05 2007 +0000
@@ -1,5 +1,13 @@
 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

mercurial