diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:04:58 +0000 |
commit | 2d113e8792747151bf5d830f1a1485f2f951f940 (patch) | |
tree | f29e273d53fe5735cdac171504d798bf45ea2007 /backend-po/po.in2po |
Imported Upstream version 0.50upstream/0.50
Diffstat (limited to 'backend-po/po.in2po')
-rwxr-xr-x | backend-po/po.in2po | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/backend-po/po.in2po b/backend-po/po.in2po new file mode 100755 index 0000000..f202c20 --- /dev/null +++ b/backend-po/po.in2po @@ -0,0 +1,8 @@ +if [ $# != 1 ] +then +echo "Usage: po.in2po language-abrevation" +echo "eg: po.in2po fr" +exit -1 +fi +gcc -E -P - <$1.po.in >$1.po + |