summaryrefslogtreecommitdiff
path: root/po/po.in2po
diff options
context:
space:
mode:
authorKevin Dalley <kevind@rahul.net>2002-03-15 14:20:02 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:02 +0000
commitac8459519a9ef2a1ee635509b52a653da1bfe9d5 (patch)
tree9ed2df2144d6ad3bb7cf1d43243d815a8eb90059 /po/po.in2po
parent8b372c9248930ae29763202121434d3d676d0f30 (diff)
parente7e90b72fd3161c5d55fed49e100781dfa3e9408 (diff)
Imported Debian patch 0.84-2debian/0.84-2
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
-