Mercurial > pidgin.yaz
view pidgin/pixmaps/toolbar/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 | ad9e09c331f5 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install || exit 1; \ done; \ fi;