Mercurial > pidgin.yaz
view pixmaps/protocols/Makefile.mingw @ 4593:26992c8e8e21
[gaim-migrate @ 4877]
Bj\366rn Voigt writes:
"since yesterday I found some new problems in i18n support
and the German translation. Especially I forgot the diff for
po/POTFILES.in."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Thu, 20 Feb 2003 12:03:08 +0000 |
parents | 5f0385678315 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/protocols 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 '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;