comparison pidgin/pixmaps/emotes/default/22/Makefile.mingw @ 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 ded8da3de5f8
children 60188d208fec
comparison
equal deleted inserted replaced
17475:17c45200927a 17476:92821180bded
8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak 8 include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
9 9
10 datadir = $(PIDGIN_INSTALL_DIR) 10 datadir = $(PIDGIN_INSTALL_DIR)
11 include ./Makefile.am 11 include ./Makefile.am
12 12
13 theme: default.theme.in
14 sed -e 's/^_Name=/Name=/' \
15 -e 's/^_Description=/Description=/' \
16 -e 's/^_Author=/Author=/' \
17 $< > $@
18
13 .PHONY: install 19 .PHONY: install
14 20
15 install: 21 install:
16 if test '$(pidginsmileypix_DATA)'; then \ 22 if test '$(pidginsmileypix_DATA)'; then \
17 mkdir -p $(pidginsmileypixdir); \ 23 mkdir -p $(pidginsmileypixdir); \