diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..ddb0573 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,15 @@ +messagesold: + LIST=`find . -name \*.py`; \ + if test -n "$$LIST"; then \ + xgettext -ki18n -LPython $$LIST -o po/guidance.pot; \ + fi + + sh /usr/lib/kubuntu-desktop-i18n/findfiles LIST + perl /usr/lib/kubuntu-desktop-i18n/createdesktop.pl --file-list=LIST --base-dir=. > desktop.guidance.tmp + msguniq --to-code=UTF-8 --no-wrap -o desktop.guidance desktop.guidance.tmp 2>/dev/null + python /usr/lib/kubuntu-desktop-i18n/msgsplit desktop.guidance + mv desktop.guidance po/desktop_guidance.pot + rm -f desktop.guidance desktop.guidance.tmp + +messages: + true |