]> git.donarmstrong.com Git - lilypond.git/blob - po/TODO
patch::: 1.2.8.jcn1
[lilypond.git] / po / TODO
1 TODO
2
3 FIX OR STANDARDISE TARGETS
4
5 * at toplevel, do:
6
7     make po
8     make -C po po-update  (or do `make po-update' at toplevel)
9
10 * if there are no errors (a list of changes may be displayed, that's ok), do
11
12     cp po/out/*.po po
13
14 * and edit your favorite po/LANG.po.  Especially, look for `,fuzzy' entries,
15   empty entries.  At the bottom of the file you may find a list of obsolete
16   translations.
17
18 * because i never install LilyPond, I (check-out buildscripts/set-lily.sh)
19   made these links:
20
21     ln -s $LILYPOND_SOURCEDIR/po/out/nl.mo 
22         $PREFIX/usr/share/locale/nl/LC_MESSAGES/lilypond.mo
23     ln -s $LILYPOND_SOURCEDIR/po/out/it.mo 
24         $PREFIX/usr/share/locale/it/LC_MESSAGES/lilypond.mo
25
26   $PREFIX is the --prefix you passed to configure.
27
28   then simply type, e.g.
29
30       LANG=nl lilypond -h
31