|
@@ -16,7 +16,7 @@ def main(): |
|
|
cmd.append("texi2pdf") |
|
|
cmd.append("texi2pdf") |
|
|
else: |
|
|
else: |
|
|
cmd.append("pdflatex") |
|
|
cmd.append("pdflatex") |
|
|
cmd.append(f"../python-{number}") |
|
|
|
|
|
|
|
|
cmd.append(f"../python-{number}.tex") |
|
|
subprocess.run(cmd, cwd="build", check=True) |
|
|
subprocess.run(cmd, cwd="build", check=True) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|