Skip to content

Commit 8c0afe6

Browse files
committed
Eliminates non-existing directory from exclusion
But this is mainly to close #1885 since the PR has been admitted.
1 parent feabe81 commit 8c0afe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ webdev-build:
3434
perl6 htmlify.p6 --no-highlight --sparse=200
3535

3636
bigpage:
37-
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git,/precompiled > html/perl6.xhtml
37+
pod2onepage --threads=1 -v --source-path=./doc --exclude=404.pod6,/.git > html/perl6.xhtml
3838

3939
# Common tests that are run by travis with every commit
4040
test:

0 commit comments

Comments
 (0)