is -n the solution?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@305 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 1999-11-10 02:46:31 +00:00
parent 40df272608
commit 440e9916d2
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -46,21 +46,21 @@ src/latexoptions.C
src/layout.C
src/layout_forms.C
src/Literate.C
src/lyx.C
src/LyXAction.C
src/lyx.C
src/lyx_cb.C
src/lyxfont.C
src/lyxfr0.C
src/lyxfr1.C
src/lyxfunc.C
src/LyXSendto.C
src/lyxvc.C
src/LyXView.C
src/lyx_cb.C
src/lyx_gui.C
src/lyx_gui_misc.C
src/lyx_main.C
src/lyx_sendfax.C
src/lyx_sendfax_main.C
src/LyXSendto.C
src/lyxvc.C
src/LyXView.C
src/mathed/formula.C
src/mathed/formula.h
src/mathed/formulamacro.C
@ -79,5 +79,5 @@ src/support/filetools.C
src/support/lyxlib.h
src/support/path.h
src/TableLayout.C
src/text.C
src/text2.C
src/text.C