mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
74c4cede85
commit
66af88d4fc
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user