fix sorting order

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6947 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-05-07 12:36:11 +00:00
parent 94cb9ecdb8
commit 65416ed3ee
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-07 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.in.in (POTFILES.in): make sure that the file is sorted
in locale-independent order
2003-04-30 Michael Schmitt <Michael.Schmitt@teststep.org>
* pocheck.pl: more fixes

View File

@ -201,7 +201,7 @@ ${srcdir}/POTFILES.in: $(POTFILE_IN_DEPS)
&& ( cd $(top_srcdir); \
grep -l "_(\".*\")" `find src -name \*.[hHC] -print` |\
sed -e '/xforms.forms/d' | \
sort | uniq ) > $@-t \
LC_COLLATE=C sort | uniq ) > $@-t \
&& mv $@-t $@

View File

@ -8,6 +8,7 @@ src/MenuBackend.C
src/ParagraphParameters.C
src/buffer.C
src/bufferlist.C
src/bufferparams.C
src/bufferview_funcs.C
src/converter.C
src/debug.C