mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
94cb9ecdb8
commit
65416ed3ee
@ -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
|
||||
|
@ -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 $@
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user