diff --git a/Makefile.local b/Makefile.local index 70f7896f..6c5cd859 100644 --- a/Makefile.local +++ b/Makefile.local @@ -1,10 +1,10 @@ TOOL=pandoc -run: # works with the default ~/.config/swh/webapp.yml file +run: # works with the default ~/.config/swh/webapp/webapp.yml file cd swh/web && python3 manage.py runserver run-prod: gunicorn3 swh.web.wsgi doc: cd swh/web/api/templates/includes/ && pandoc -o apidoc-header.html apidoc-header.md