grim/guifications2

Some more changes, including the GAIM_PLUGINS to PURPLE_PLUGINS that
org.guifications.gf2
2007-04-01, John Bailey
b5c2e9cb069a
Some more changes, including the GAIM_PLUGINS to PURPLE_PLUGINS that
sadrul caught without even looking at the source :)
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install