Skip to content

Commit b0666c2

Browse files
committed
DO NOT MERGE
This commit is just to avoid building bigpage each time during testing. It will get reverted before the final merge back.
1 parent 69b2967 commit b0666c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SELINUX_OPT := $(shell [ $(DOCKER_SELINUX_LABEL) -eq 1 ] && echo ':Z' |
1010
clean-search clean test-links extract-examples push \
1111
docker-image docker-htmlify docker-test docker-xtest docker-ctest docker-testall docker-run
1212

13-
html: bigpage htmlify
13+
html: htmlify
1414

1515
htmlify: init-highlights sass
1616
perl6 htmlify.p6 --parallel=1

0 commit comments

Comments
 (0)