We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82fb78 commit fd54601Copy full SHA for fd54601
Makefile
@@ -30,9 +30,12 @@ help:
30
@echo "Options:"
31
@echo " html: generate the HTML documentation"
32
@echo " html-nohighlight: generate HTML documentation without syntax highlighting"
33
+ @echo " sparse: generate HTML documention, but only every 10th file"
34
+ @echo "bigpage: generate HTML documentation in one large file (html/perl6.xhtml)"
35
@echo " test: run the test suite"
36
@echo " xtest: run the test suite, including extra tests"
37
@echo " ctest: run the test suite, content tests only"
38
+ @echo " run: run the development webserver"
39
40
run:
41
@echo "Starting local server…"
0 commit comments