~thomas-e-zander/exaile/artist_strip

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Thomas Zander
  • Date: 2009-10-08 18:42:03 UTC
  • mfrom: (2410.1.139 exaile-0.3.0)
  • Revision ID: thomas.e.zander@googlemail.com-20091008184203-wllp5ec8pym0ef7s
Sync with exaile main dev branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        find plugins -name "*.py" >> po/POTFILES.in
127
127
        find plugins -name "*.glade" >> po/POTFILES.in
128
128
        find plugins -name PLUGININFO >> po/POTFILES.in
129
 
        cd po && XGETTEXT_ARGS="--language=Python" intltool-update \
130
 
            --pot --gettext-package=messages --verbose && cd ..
 
129
        cd po && XGETTEXT_ARGS="--language=Python --add-comments=TRANSLATORS" \
 
130
                intltool-update --pot --gettext-package=messages --verbose && cd ..
131
131
 
132
132
potball:
133
133
        tar --bzip2 --format=posix -cf build/exaile-po.tar.bz2 po/ \