Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
E2L_Ivry
/
cours-python
Seguir
5
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
No need to move pdf after building
master
Dimitri Merejkowsky
hace 6 años
padre
a3e344de08
commit
ad76a74430
Se han
modificado 1 ficheros
con
0 adiciones
y
7 borrados
Unificar vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-7
cours/build.py
+ 0
- 7
cours/build.py
Ver fichero
@@ -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__":