mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 11:51:20 +01:00
extras: rst: fix typo
This commit is contained in:
parent
150d1ed0b5
commit
863662fa65
@ -147,7 +147,7 @@ class rst2latex(docutils):
|
|||||||
src = self.inputs[0].bldpath()
|
src = self.inputs[0].bldpath()
|
||||||
dst = self.outputs[0].bldpath()
|
dst = self.outputs[0].bldpath()
|
||||||
|
|
||||||
cmd = self.generator.env.RST2LATEX + [rst2x, src, dst]
|
cmd = self.generator.env.RST2LATEX + [src, dst]
|
||||||
cmd += Utils.to_list(getattr(self.generator, 'options', []))
|
cmd += Utils.to_list(getattr(self.generator, 'options', []))
|
||||||
|
|
||||||
return self.exec_command(cmd)
|
return self.exec_command(cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user