]> git.donarmstrong.com Git - lilypond.git/commit
PO: modifying po-replace before integrating it to the release process
authorJean-Charles Malahieude <lilyfan@orange.fr>
Mon, 7 May 2012 17:27:05 +0000 (19:27 +0200)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Mon, 14 May 2012 19:16:16 +0000 (21:16 +0200)
commit6d84a36fd1dde3fe2035ff17a78672c72f3ab0fc
tree70e55fb5b6fcb77ee898ec5ade64bf6645b606b2
parentc597a126f11943be74a98efee056ab54ae729315
PO: modifying po-replace before integrating it to the release process

Until now, updating the translation template file is disconnected from
the releasing process, which means that a dev or translator must

1- run 'po-replace',
2- embed lilypond.pot headers,
3- eliminate all po files that have been moved upwards from po/out to
po/
4- commit the new lilypond.pot
5- run 'make dist' to have a tarball,
6- notify the Free Translation Project where to pick up that tarbal.

The first three steps may already be reduced to one single step by
embedding lilypond.pot directly (with specific options and some 'sed'
when creating) and moving it only in po/, what does this patch.

A second step would be to have a call to po-replace when the Release
Meister enters the dance.

We then will have the same unique tarball to refer, directly from
linuxaudio.
po/README
stepmake/stepmake/po-targets.make
stepmake/stepmake/podir-targets.make