Move gh-pages directory under build/.

This commit is contained in:
Bob Nystrom
2015-03-14 12:19:03 -07:00
parent d1b48a7213
commit e2a72282a1
2 changed files with 1 additions and 5 deletions

View File

@ -51,6 +51,6 @@ watchdocs:
# Build the docs and copy them to a local "gh-pages" directory.
gh-pages: docs
@ cp -r build/docs/. gh-pages
@ cp -r build/docs/. build/gh-pages
.PHONY: debug release all clean test builtin docs watchdocs gh-pages