Skip to content

Commit

Permalink
Eliminates non-existing directory from exclusion
Browse files Browse the repository at this point in the history
But this is mainly to close #1885 since the PR has been admitted.
  • Loading branch information
JJ committed Apr 4, 2018
1 parent feabe81 commit 8c0afe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -34,7 +34,7 @@ webdev-build:
perl6 htmlify.p6 --no-highlight --sparse=200

bigpage:
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

# Common tests that are run by travis with every commit
test:
Expand Down

0 comments on commit 8c0afe6

Please sign in to comment.