summaryrefslogtreecommitdiff
path: root/po/po.in2po
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:01 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:01 +0000
commite7e90b72fd3161c5d55fed49e100781dfa3e9408 (patch)
tree67cfcfae6b9a9e15701a332dfacbe0ca6440f16c /po/po.in2po
parent2d113e8792747151bf5d830f1a1485f2f951f940 (diff)
Imported Upstream version 0.84upstream/0.84
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
-