Mercurial > pidgin
view pixmaps/protocols/msn/Makefile.mingw @ 5460:681194d17946
[gaim-migrate @ 5851]
Claudio Satriano writes:
"In order to translate, "Buddy List Sorting" in prefs window, I had to add
gtkprefs.c to POTFILES.in
After doing this and after running "update.pl it", I had to translate
again most of the sentences which were before in the "old" prefs.c
However, in attachment there is a patch for POTFILES.in and a
patch with the updated italian translation"
basically by changing file names i think we made our translator's lives miserable :-(
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 May 2003 16:44:56 +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/msn 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;