X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f083ac4cb1be9bb6c14ce2045be90e0cdf23508e..1b2102e996789db8a8c6bc1e71f1798a87731a22:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index 79fa8f6f5..3956cf34c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
 
 
 deploy: src/wolnelektury/localsettings.py
-	git submodule update --init
 	pip install -r requirements/requirements.txt
 	src/manage.py migrate --noinput
 	src/manage.py update_counters
@@ -13,7 +12,6 @@ deploy: src/wolnelektury/localsettings.py
 test:
 	cd src
 	coverage run --branch --source='.' ./manage.py test; true
-	rm -rf ../htmlcov
 	coverage html -d ../htmlcov.new
 	rm -rf ../htmlcov
 	mv ../htmlcov.new ../htmlcov