Skip to content

Commit

Permalink
[docs] docs should be PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Feb 13, 2017
1 parent 6e49cef commit 5c7cb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ docs:
[[ -d "$(DOCS_OUTPUT_PATH)" ]] || git clone -b gh-pages [email protected]:hbang/libcephei.git "$(DOCS_OUTPUT_PATH)"
rsync -ra "$(DOCS_STAGING_DIR)"/{html,publish}/ "$(DOCS_OUTPUT_PATH)"
rm -r "$(DOCS_STAGING_DIR)"

.PHONY: docs

0 comments on commit 5c7cb70

Please sign in to comment.