Mercurial > pidgin.yaz
view pixmaps/status/Makefile.mingw @ 9185:f2e75dd2971a
[gaim-migrate @ 9980]
(15:09:07) SimGuy: LSchiere:
http://kevin.simguy.net:8888/patches/gtk-imhtml-documentation-oopses3.diff
(Fixes some typos in my IMHTML documentation)
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 05 Jun 2004 19:29:30 +0000 |
parents | eb6feb00e6f3 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/gaim/status include ./Makefile.am install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f Makefile.mingw install; \ done; \ fi;