(self)
| 193 | self.check_status('error when calling makeindex %s' % idx_path, self.makeindex_fun()) |
| 194 | |
| 195 | def bibtopic(self): |
| 196 | p = self.inputs[0].parent.get_bld() |
| 197 | if os.path.exists(os.path.join(p.abspath(), 'btaux.aux')): |
| 198 | self.aux_nodes += p.ant_glob('*[0-9].aux') |
| 199 | |
| 200 | def makeglossaries(self): |
| 201 | src_file = self.inputs[0].abspath() |