summaryrefslogtreecommitdiff
path: root/po/po.in2po
diff options
context:
space:
mode:
Diffstat (limited to 'po/po.in2po')
-rwxr-xr-xpo/po.in2po8
1 files changed, 8 insertions, 0 deletions
diff --git a/po/po.in2po b/po/po.in2po
new file mode 100755
index 0000000..f202c20
--- /dev/null
+++ b/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
+