]> git.lyx.org Git - features.git/commitdiff
Fix silly ordering of docs in table of contents
authorPavel Sanda <sanda@lyx.org>
Sun, 31 Aug 2008 19:12:49 +0000 (19:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 31 Aug 2008 19:12:49 +0000 (19:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26278 a592a061-630c-0410-9148-cb99ea01b6c8

lib/doc/depend.py

index deeb067afc9cef98d6c362a1f5dd3c260472e42b..04c098a94f522c2feac5a208a0e1be827a0d2e23 100644 (file)
@@ -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