File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ html-nohighlight:
9
9
sparse :
10
10
perl6 htmlify.p6 --no-highlight --sparse=10
11
11
12
+ webdev-build :
13
+ perl6 htmlify.p6 --no-highlight --sparse=200
14
+
12
15
bigpage :
13
16
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
14
17
31
34
@echo " html: generate the HTML documentation"
32
35
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
33
36
@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)"
34
38
@echo " bigpage: generate HTML documentation in one large file (html/perl6.xhtml)"
35
39
@echo " test: run the test suite"
36
40
@echo " xtest: run the test suite, including extra tests"
You can’t perform that action at this time.
0 commit comments