mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix silly ordering of docs in table of contents
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4da5159a5a
commit
65ceb0fe68
@ -30,7 +30,7 @@ import os
|
||||
|
||||
import re
|
||||
|
||||
possible_documents = ("Customization", "EmbeddedObjects", "Extended", "FAQ", "Intro", "Math", "Tutorial", "UserGuide")
|
||||
possible_documents = ("Intro", "Tutorial", "UserGuide", "EmbeddedObjects", "Extended", "Math", "Customization", "FAQ")
|
||||
|
||||
def documents(srcdir, lang, dir_prefix = None):
|
||||
'''Return documents for specified language. Translated files are in lang
|
||||
|
Loading…
Reference in New Issue
Block a user