2 # vim: expandtab sw=4 ts=4 sts=4:
4 LOCS
=`ls locale/*/wammu.po | sed 's@.*/\(.*\)/[^/]*@\1@'`
5 ver
=`python -c 'import Wammu; print Wammu.__version__'`
8 --msgid-bugs-address michal@cihar.com \
9 --copyright-holder "Michal Čihař <michal@cihar.com>" \
10 --package-name Wammu-docs \
11 --package-version $ver \
14 s/SOME DESCRIPTIVE TITLE/Wammu documentation translation/;
15 s/PACKAGE/Wammu-docs/;
16 s/(C) YEAR/(C) 2003 - '`date +%Y`'/;