grim/guifications2

[gf2-migrate @ 52]
org.guifications.gf2
2006-07-07, John Bailey
b281bcf435bd
[gf2-migrate @ 52]
grim told me to quote the first, then I decided the second was worthy too.
#
# Makefile.mingw
#
# Description: Makefile for guifications default theme
#
GAIM_DATADIR = ../../../../win32-install-dir
include ./Makefile.am
install:
if test '$(guificationsdefaulttheme_DATA)'; then \
mkdir -p $(guificationsdefaultthemedir); \
cp $(guificationsdefaulttheme_DATA) $(guificationsdefaultthemedir); \
fi;