grim/guifications2

[gf2-migrate @ 74]
org.guifications.gf2
2006-08-22, John Bailey
ebeeb28a3fbc
[gf2-migrate @ 74]
Ok, this is probably in the wrong order too, but do I look like I care?
This is prepping for guifications 2.13beta3.1 release.
#
# Makefile.mingw
#
# Description: Makefile for guifications penguin theme
#
GAIM_DATADIR = ../../../../win32-install-dir
include ./Makefile.am
install:
if test '$(guificationspenguinstheme_DATA)'; then \
mkdir -p $(guificationspenguinsthemedir); \
cp $(guificationspenguinstheme_DATA) $(guificationspenguinsthemedir); \
fi;