last try?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 1999-11-10 02:53:51 +00:00
parent 440e9916d2
commit 841cbfd699

View File

@ -55,7 +55,7 @@ cat <<EOF > tmppot
EOF
grep -E "_\(\".*\"\)" `find src -name \*.[hHC]` | \
awk 'BEGIN {FS= ":"} {print $1}' | sort -f -n | uniq >> tmppot
awk 'BEGIN {FS= ":"} {print $1}' | sort -f -d | uniq >> tmppot
mv tmppot po/POTFILES.in
echo "done"