This commit is contained in:
Artur Adib 2011-11-04 16:37:33 -04:00
parent ed33d13de5
commit 57ecc46b02

View File

@ -159,7 +159,7 @@ web: | production extension compiler pages-repo \
# everything with data from the master repo. The 'make web' target
# then uses 'git add -A' to track additions, modifications, moves,
# and deletions.
pages-repo: | $(BUILD_DIR)
pages-repo: | $(BUILD_DIR)
@if [ ! -d "$(GH_PAGES)" ]; then \
git clone -b gh-pages $(REPO) $(GH_PAGES); \
rm -rf $(GH_PAGES)/*; \