rename ExtendedInsets - forgot this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16961 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-01-31 00:25:24 +00:00
parent 74c4cede85
commit 66af88d4fc

View 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):