needed output.validsource for DocBook XML xmllint validation

This commit is contained in:
Martin A. Brown 2016-03-02 23:52:50 -08:00
parent 6ac2699fbf
commit 83e1c7a57b
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ class OutputNamingConvention(object):
def name_indexhtml(self):
return os.path.join(self.dirname, 'index.html')
@property
def validsource(self):
return os.path.join(self.dirname, self.stem + '.xml') # -- burp
@property
def iscomplete(self):
'''True if the output directory contains all expected documents'''