diff --git a/Makefile b/Makefile index 900a67c7b2..9cf8253b5f 100644 --- a/Makefile +++ b/Makefile @@ -44,12 +44,14 @@ coverage: coverage run InvenTree/manage.py test build company part stock order InvenTree coverage html -documentation: +docreqs: pip3 install -U -r docs/requirements.txt - cd docs & make html + +documentation: + cd docs && make html backup: python3 InvenTree/manage.py dbbackup python3 InvenTree/manage.py mediabackup -.PHONY: clean migrate requirements setup superuser install mysql style test coverage documentation backup \ No newline at end of file +.PHONY: clean migrate requirements setup superuser install mysql style test coverage docreqs documentation backup \ No newline at end of file