Skip to content

Commit

Permalink
Restores anchors
Browse files Browse the repository at this point in the history
Which still causes problems like  perl6/perl6-pod-to-bigpage#21, but
closes Raku#1980, which is bigger.

Also triggers rebuild, and bumps up the bigpage version to the one
that includes this fix
  • Loading branch information
JJ committed Apr 30, 2018
1 parent 7486d2c commit 82121ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"URI",
"File::Temp",
"JSON::Fast",
"Pod::To::BigPage:ver<0.3.1+>",
"Pod::To::BigPage:ver<0.3.3+>",
"Pod::To::HTML:ver<0.3.16>",
"OO::Monitors",
"File::Find",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ webdev-build:
perl6 htmlify.p6 --no-highlight --sparse=200

bigpage:
pod2onepage --html -v --source-path=./doc --exclude=404.pod6,/.git > html/perl6.html
pod2onepage --threads=2 --html -v --source-path=./doc --exclude=404.pod6,/.git > html/perl6.html

# Common tests that are run by travis with every commit
test:
Expand Down
2 changes: 2 additions & 0 deletions util/trigger-rebuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ if you need to.





0 comments on commit 82121ec

Please sign in to comment.