grim/guifications2

[gf2-migrate @ 142]
org.guifications.gf2
2006-10-19, Stu Tomlinson
495c98f1b3c6
[gf2-migrate @ 142]
Fix finding the translations
#
# Makefile.mingw
#
# Description: Makefile for guifications penguin theme
#
GAIM_TOP = ../../../../..
include $(GAIM_TOP)/libgaim/win32/global.mak
GAIM_DATADIR = $(GAIM_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationspenguinstheme_DATA)'; then \
mkdir -p $(guificationspenguinsthemedir); \
cp $(guificationspenguinstheme_DATA) $(guificationspenguinsthemedir); \
fi;