diff --git a/Makefile b/Makefile index 654311613e04e19d0fde780644d53b015df4b844..8a9a05e310c45bd1994206a19863c053d8966554 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ deploy: all mkdir -p mti/tpIntegrales make -C tpIntegrales cp tpIntegrales/*.pdf mti/tpIntegrales/ - cp tpIntegrales/*.html mti/tpIntegrales/ + cp tpIntegrales/tp_integrales_conv.html mti/tpIntegrales/index.html clean: rm -rf *.html *.pdf