]> git.lyx.org Git - lyx.git/blobdiff - lib/doc/depend.py
Spanish updates from Ignacio
[lyx.git] / lib / doc / depend.py
index bc7739a7131867030d51b592d5ffe879fc6966ce..af4d1404c3632df9c71b5d5b49f2cebedc2287ab 100644 (file)
@@ -28,7 +28,7 @@ import os
 import re
 from glob import glob
 
-possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "Extended", "Customization")
+possible_documents = ("Intro", "FAQ", "Tutorial", "UserGuide", "EmbeddedObjects", "Extended", "Customization")
 lang_pattern = re.compile('^([a-z]{2})_')
 
 def documents(srcdir, prefix):