Skip to content

Commit 88b9a88

Browse files
committed
add bigpage to automatic build
1 parent ebab3c9 commit 88b9a88

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
.PHONY: html html-nohighlight test help
22

3-
html:
4-
perl6 htmlify.p6
3+
html: bigpage
4+
perl6 htmlify.p6 --parallel=1
55

66
html-nohighlight:
77
perl6 htmlify.p6 --no-highlight
88

99
sparse:
1010
perl6 htmlify.p6 --no-highlight --sparse=10
1111

12+
bigpage:
13+
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
14+
1215
test:
1316
prove --exec perl6 -r t
1417

util/update-and-sync

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828

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

0 commit comments

Comments
 (0)