X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/334f247d9f5dc96db0d57bfa64cab1cf8b333ce4..f10024f30dc907d4396fb7ef3cc8541c89e31715:/doc/prerst2man.py diff --git a/doc/prerst2man.py b/doc/prerst2man.py index 108f4a39..437dea99 100644 --- a/doc/prerst2man.py +++ b/doc/prerst2man.py @@ -59,5 +59,5 @@ for page in man_pages: outfile.write("".join(lines)) outfile.close() - os.system('set -x; rst2man {0} {1}/{2}.{3}' - .format(filename, outdir, page[0],page[4])) + system('set -x; rst2man {0} {1}/{2}.{3}' + .format(filename, outdir, page[0], page[4]))