]> git.lyx.org Git - features.git/commitdiff
is -n the solution?
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 10 Nov 1999 02:46:31 +0000 (02:46 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 10 Nov 1999 02:46:31 +0000 (02:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@305 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh
po/POTFILES.in

index c70b24a706128a8b4a57f9ef5ef8a3d79abdd8b6..523b4c60ade1e78d2aa7d53b80633a44cf73004a 100755 (executable)
@@ -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"
 
index 4a2c712ed284c305c2abb36dad47892d78b83b56..13bfaf452b67a74f843e246c911e127a9483a0a8 100644 (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