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 default theme
#
GF_TOP := ../..
-include $(GF_TOP)/local.mak
PIDGIN_TREE_TOP ?= ../../../../..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak
PIDGIN_DATADIR = $(PIDGIN_INSTALL_DIR)
include ./Makefile.am
.PHONY: install
install:
if test '$(guificationsdefaulttheme_DATA)'; then \
mkdir -p $(guificationsdefaultthemedir); \
cp $(guificationsdefaulttheme_DATA) $(guificationsdefaultthemedir); \
fi;