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, 0 insertions, 8 deletions
diff --git a/po/po.in2po b/po/po.in2po
deleted file mode 100755
index f202c20..0000000
--- a/po/po.in2po
+++ /dev/null
@@ -1,8 +0,0 @@
-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
-