Mercurial > pidgin
view pixmaps/protocols/jabber/Makefile.mingw @ 4606:864518c3767d
[gaim-migrate @ 4894]
Matthew Smith (smigs) writes:
" I fixed quite a few strings so that there are less
almost-duplicates in the po files (less strings to
translate). All that's done is capitalisation changes
and adding a full stop or two."
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 23 Feb 2003 02:21:17 +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/gaim/protocols/jabber 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;