Browse Source

No need to move pdf after building

master
Dimitri Merejkowsky 3 years ago
parent
commit
ad76a74430
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      cours/build.py

+ 0
- 7
cours/build.py View File

@@ -44,13 +44,6 @@ def main():
run(program, *opts, "-d", "build", "-b", builder, "source", build_path)
if format == "pdf":
run("make", "-C", build_path)
# fmt: off
run(
"mv", "-v", "-f",
f"{build_path}/*.pdf",
"../cours.pdf",
)
# fmt: on


if __name__ == "__main__":