From 23b70a8fdd634e9bc0d1fc1e5738d8f10a711445 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 22 Jun 2009 10:38:13 +0000 Subject: [PATCH] Fix bug 5881: documentation bug in /usr/share/lyx/configure.py git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30218 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configure.py b/lib/configure.py index 86491ac0d7..f2b7b8b28f 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -875,9 +875,9 @@ def processModuleFile(file, bool_docbook): The top of a module file should look like this: #\DeclareLyXModule[LaTeX Packages]{ModuleName} - #BeginDescription + #DescriptionBegin #...body of description... - #EndDescription + #DescriptionEnd #Requires: [list of required modules] #Excludes: [list of excluded modules] The last two lines are optional -- 2.39.2