grim/guifications2

Add the signatures target here and remove the hook that breaks distcheck
org.guifications.gf2 gf_2_15
2007-12-16, John Bailey
ed1aa04713da
Add the signatures target here and remove the hook that breaks distcheck
#
# 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