diff --git a/lib/doc/depend.py b/lib/doc/depend.py index f908666fbe..731277aec5 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):