Skip to content

Commit

Permalink
Merge pull request #35 from novafloss/phony-for-docs
Browse files Browse the repository at this point in the history
make docs should be a phony target
  • Loading branch information
brunobord committed Sep 30, 2015
2 parents 2a8c7c4 + c7540d1 commit 63e3bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ master (unreleased)
===================

- Add a new method to have the possibilty to override easily the display label (#34).
- ``make docs`` is a PHONY makefile target.

0.2.0 (2015-09-17)
==================
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ test:
serve:
tox -e serve

.PHONY: docs
docs:
tox -e docs

0 comments on commit 63e3bfe

Please sign in to comment.