1
0
forked from Mirror/wren

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

4
.gitignore vendored
View File

@ -17,7 +17,3 @@ scratch.wren
# The baseline file is machine-specific, so doesn't get checked in.
benchmark/baseline.txt
# built docs get copied here, which is presumed to be a separate checkout of
# the repo so they can be pushed to GitHub Pages.
gh-pages/

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