From 440e9916d289aaae4a46beb3018983acb689865f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Wed, 10 Nov 1999 02:46:31 +0000 Subject: [PATCH] is -n the solution? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@305 a592a061-630c-0410-9148-cb99ea01b6c8 --- autogen.sh | 2 +- po/POTFILES.in | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autogen.sh b/autogen.sh index c70b24a706..523b4c60ad 100755 --- a/autogen.sh +++ b/autogen.sh @@ -55,7 +55,7 @@ cat < 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" diff --git a/po/POTFILES.in b/po/POTFILES.in index 4a2c712ed2..13bfaf452b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 -- 2.39.5