To adjust the makefile for your team, you need to edit two variables.
bg or pt-br.
wwwdir should
be ../www/ or /home/user/projects/www/. Note the
slash at the end, it is important.
Technically speaking, two variants of one language sharing the same
project and repository (such as zh-cn and zh-tw) are not
supported—patches welcome. As a workaround, there could be two
directories with two GNUmakefiles and each directory having its
own tree.
Some variables are specified on the command line, and alter the behavior of the build process.
VERBOSE can be
defined to any string, it will have the same effect.
Caution: The makefile rule will commit all local changes, not only those that resulted from running msgmerge. Thus, it is better to use a separate working copy dedicated solely for this purpose.
updateVCS=yes.
syncreportmake VCS=yes is the recommended command to be run periodically.
To check the status of the translations, run make report.
Feel free to replace all strings with equivalents in your native language and of course—do not hesitate to extend this file and modify it as much as you like. For example, useful extra functionality would be a target that will check which files have not yet been committed in the official repository, or which files have to be updated there (i.e. they were updated by the team members but not installed by the coordinator). Either way, if you come up with something interesting, it would be nice to send a message to bug-gnun@gnu.org, so that GNUmakefile.team gets updated for all teams' benefit.