X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fprerst2man.py;h=437dea99b6e520697daff811009b890edd7abb2d;hb=4499c07531787e7d0258f8384ff5e518d18b6bd6;hp=108f4a3949c0ba91791b6961cba904c4c7966069;hpb=334f247d9f5dc96db0d57bfa64cab1cf8b333ce4;p=notmuch 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]))