Skip to content

Commit fd54601

Browse files
committed
Add missing items to make help
1 parent d82fb78 commit fd54601

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ help:
3030
@echo "Options:"
3131
@echo " html: generate the HTML documentation"
3232
@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)"
3335
@echo " test: run the test suite"
3436
@echo " xtest: run the test suite, including extra tests"
3537
@echo " ctest: run the test suite, content tests only"
38+
@echo " run: run the development webserver"
3639

3740
run:
3841
@echo "Starting local server…"

0 commit comments

Comments
 (0)