Lines Matching refs:u
23 project = u'Xen'
24 copyright = u'2019, The Xen development community'
25 author = u'The Xen development community'
31 for line in open(u"../xen/Makefile"):
32 if line.startswith(u"export XEN_VERSION"):
33 xen_ver = line.split(u"=")[1].strip()
34 elif line.startswith(u"export XEN_SUBVERSION"):
35 xen_subver = line.split(u"=")[1].strip()
36 elif line.startswith(u"export XEN_EXTRAVERSION"):
37 xen_extra = line.split(u"=")[1].split(u"$", 1)[0].strip()
42 version = xen_ver + u"." + xen_subver
45 version = release = u"unknown version"
80 exclude_patterns = [u'sphinx/output', 'Thumbs.db', '.DS_Store']
152 (master_doc, 'Xen.tex', u'Xen Documentation',
153 u'The Xen development community', 'manual'),
162 (master_doc, 'xen', u'Xen Documentation',
173 (master_doc, 'Xen', u'Xen Documentation',