mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
last try?
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
440e9916d2
commit
841cbfd699
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user