On Wed, Sep 24, 2014 at 10:00 PM, Коростіль Данило
<ted.korosti...@gmail.com> wrote:
> I'm not sure
> about how to only build the help files, but maybe someone in the list could
> help you with it.

$ cat ~/.local/bin/po2mallard
#!/bin/sh

LOC=$(basename $(pwd))

msgfmt -o ${LOC}.mo ${LOC}.po
for page in ../C/*.page; do
  itstool -m ${LOC}.mo -o . $page
done
rm ${LOC}.mo


Run this from the directory your po file is in.

-- 
Alexandre Franke
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to