diff --git a/Makefile b/Makefile index 4bf3f82f8..b9a7b85df 100644 --- a/Makefile +++ b/Makefile @@ -435,7 +435,7 @@ endif .PHONY: docs-travis install-docfu: - git clone --depth 1 -b hotfix/cant-generate-docs-from-old-branches https://github.com/FineUploader/docfu + git clone --depth 1 https://github.com/FineUploader/docfu (cd docfu ; python setup.py install) rm -rf docfu .PHONY: install-docfu