From 7eda085c41faa3445b4b168ce78ab18dab87d98a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:25:39 +0100 Subject: Imported from util-linux-2.9v tarball. --- po/update-potfiles | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 po/update-potfiles (limited to 'po/update-potfiles') diff --git a/po/update-potfiles b/po/update-potfiles new file mode 100644 index 000000000..2b7baf8c7 --- /dev/null +++ b/po/update-potfiles @@ -0,0 +1,18 @@ +#!/bin/sh +# +# + +> POTFILES +> .null +> POTFILES.in + +for x in ../*/*.c; do +echo "$x \\" >> POTFILES +done +echo .null >> POTFILES + +cd .. +for x in */*.c; do +echo "$x" >> po/POTFILES.in +done +cd po -- cgit v1.2.3-55-g7522