--- 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