diff --git a/Makefile b/Makefile index f67f799..a5d694c 100644 --- a/Makefile +++ b/Makefile @@ -25,5 +25,6 @@ install: cp -rT ./build /srv/http/build/; cp -rT ./build/scripts/ /srv/http/goal/scripts/; cp -rT ./build/styles/ /srv/http/goal/styles/; + ./build_venv.sh cp -rT ./venv /srv/http/build/venv; cp search.ini /srv/http/build/;