fix trivial documentation bug (bug 5881)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@30219 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-06-22 10:55:38 +00:00
parent 9d46e0b6e5
commit e0972b529d
2 changed files with 4 additions and 3 deletions

View File

@ -802,9 +802,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

View File

@ -142,5 +142,6 @@ What's new
* BUILD/INSTALLATION
- Detect multithreaded boost libraries if included boost is not used
- Detect multithreaded boost libraries if included boost is not used.
- Fix small documentation bug in configure.py (bug 5881).