Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
More reliably use correct Python with make docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Aug 29, 2015
1 parent 65d3670 commit 4d2ea6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ run: Procfile

docs: birding-dev
@touch docs/todo.rst # Force rebuild of todolist.
$(MAKE) -C docs html
@PATH=$(VENDOR)/opt/python2.7/bin:$(PATH) $(MAKE) -C docs html

# Build docs in the vendored Python installation.
docs: PATH := $(VENDOR)/opt/python2.7/bin:$(PATH)
.PHONY: docs

flakes: pyflakes-command
Expand Down

0 comments on commit 4d2ea6f

Please sign in to comment.