diff gtk/pixmaps/smileys/default/Makefile.mingw @ 14191:009db0b357b5

This is a hand-crafted commit to migrate across subversion revisions 16854:16861, due to some vagaries of the way the original renames were done. Witness that monotone can do in one revision what svn had to spread across several.
author Ethan Blanton <elb@pidgin.im>
date Sat, 16 Dec 2006 04:59:55 +0000
parents
children c54ea2572de9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtk/pixmaps/smileys/default/Makefile.mingw	Sat Dec 16 04:59:55 2006 +0000
@@ -0,0 +1,20 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for win32 (mingw) version of Gaim pixmaps
+#
+
+datadir = ../../../win32-install-dir
+include ./Makefile.am
+
+install:
+	if test '$(SUBDIRS)'; then \
+	  list='$(SUBDIRS)'; for subdir in $$list; do \
+	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
+	  done; \
+	fi;
+	if test '$(gaimsmileypix_DATA)'; then \
+	  mkdir -p $(gaimsmileypixdir); \
+	  cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \
+	fi;
+