diff --git a/lib/doc/depend.py b/lib/doc/depend.py index 71e482c129..af4d1404c3 100644 --- a/lib/doc/depend.py +++ b/lib/doc/depend.py @@ -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):