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 feabe81 commit 8c0afe6Copy full SHA for 8c0afe6
Makefile
@@ -34,7 +34,7 @@ webdev-build:
34
perl6 htmlify.p6 --no-highlight --sparse=200
35
36
bigpage:
37
- pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
+ pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git > html/perl6.xhtml
38
39
# Common tests that are run by travis with every commit
40
test:
0 commit comments