extras: rst: fix typo

This commit is contained in:
Jérôme Carretero 2013-09-05 00:18:15 -04:00
parent 150d1ed0b5
commit 863662fa65
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class rst2latex(docutils):
src = self.inputs[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', []))
return self.exec_command(cmd)