Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add bigpage to automatic build
  • Loading branch information
gfldex committed Jul 22, 2016
1 parent ebab3c9 commit 88b9a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Makefile
@@ -1,14 +1,17 @@
.PHONY: html html-nohighlight test help

html:
perl6 htmlify.p6
html: bigpage
perl6 htmlify.p6 --parallel=1

html-nohighlight:
perl6 htmlify.p6 --no-highlight

sparse:
perl6 htmlify.p6 --no-highlight --sparse=10

bigpage:
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml

test:
prove --exec perl6 -r t

Expand Down
2 changes: 1 addition & 1 deletion util/update-and-sync
Expand Up @@ -28,7 +28,7 @@ else

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

Expand Down

0 comments on commit 88b9a88

Please sign in to comment.