]> git.lyx.org Git - features.git/commitdiff
rename ExtendedInsets - forgot this
authorUwe Stöhr <uwestoehr@web.de>
Wed, 31 Jan 2007 00:25:24 +0000 (00:25 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 31 Jan 2007 00:25:24 +0000 (00:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16961 a592a061-630c-0410-9148-cb99ea01b6c8

lib/doc/depend.py

index 71e482c1290bd7cff70b583c56941685bd3015e1..af4d1404c3632df9c71b5d5b49f2cebedc2287ab 100644 (file)
@@ -28,7 +28,7 @@ import os
 import re
 from glob import glob
 
-possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "ExtendedInsets", "Extended", "Customization")
+possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "EmbeddedObjects", "Extended", "Customization")
 lang_pattern = re.compile('^([a-z]{2})_')
 
 def documents(srcdir, prefix):