You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/monkeysign/files/monkeysign-1.1-rst2s5.patch

13 lines
707 B

diff -r a9a4b4fb16bb monkeysign-1.1/monkeysign/documentation.py
--- a/monkeysign-1.1/monkeysign/documentation.py Sun Feb 02 23:56:57 2014 +0100
+++ b/monkeysign-1.1/monkeysign/documentation.py Sun Feb 02 23:57:49 2014 +0100
@@ -161,7 +161,7 @@
def run(self):
html = os.path.dirname(self.file) + os.path.splitext(os.path.basename(self.file))[0] + '.html'
self.announce('processing slides from %s to %s' % (self.file, html), 2)
- os.system('rst2s5 --theme default "%s" "%s"' % (self.file, html))
+ os.system('rst2s5.py --theme default "%s" "%s"' % (self.file, html))
build.sub_commands.append(('build_manpage', None))
build.sub_commands.append(('build_slides', None))