From 65ceb0fe68063f4c46aa0088c0eb2f68079b141c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 31 Aug 2008 19:12:49 +0000 Subject: [PATCH] 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 --- lib/doc/depend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/doc/depend.py b/lib/doc/depend.py index deeb067afc..04c098a94f 100644 --- a/lib/doc/depend.py +++ b/lib/doc/depend.py @@ -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