This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
No need to move pdf after building
master
Dimitri Merejkowsky
4 years ago
parent
a3e344de08
commit
ad76a74430
1 changed files
with
0 additions
and
7 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
run(program, *opts, "-d", "build", "-b", builder, "source", build_path)
if format == "pdf":
if format == "pdf":
run("make", "-C", build_path)
run("make", "-C", build_path)
# fmt: off
run(
"mv", "-v", "-f",
f"{build_path}/*.pdf",
"../cours.pdf",
)
# fmt: on
if __name__ == "__main__":
if __name__ == "__main__":