mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
40df272608
commit
440e9916d2
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user