Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use "make html" instead of htmlify
  • Loading branch information
Paul Cochrane committed Apr 10, 2015
1 parent c2bc065 commit 70de7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-and-sync
Expand Up @@ -27,7 +27,7 @@ else

# if the htmilfy fails, sync the build log.
# since sync-build-log returns false, not the whole thing is synced
time ./htmlify.p6 || ./util/sync-build-log
time make html || ./util/sync-build-log
./util/sync
fi

Expand Down

0 comments on commit 70de7ff

Please sign in to comment.