Skip to content

Commit f0b31f1

Browse files
committed
Add make webdev-build
Builds with --sparse=200; useful for testing website related changes where only a few generated files are needed.
1 parent b6b3952 commit f0b31f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ html-nohighlight:
99
sparse:
1010
perl6 htmlify.p6 --no-highlight --sparse=10
1111

12+
webdev-build:
13+
perl6 htmlify.p6 --no-highlight --sparse=200
14+
1215
bigpage:
1316
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
1417

@@ -31,6 +34,7 @@ help:
3134
@echo " html: generate the HTML documentation"
3235
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
3336
@echo " sparse: generate HTML documention, but only every 10th file"
37+
@echo "webdev-build: generate only a few HTML files (useful for testing website changes)"
3438
@echo "bigpage: generate HTML documentation in one large file (html/perl6.xhtml)"
3539
@echo " test: run the test suite"
3640
@echo " xtest: run the test suite, including extra tests"

0 commit comments

Comments
 (0)