Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "outdated/historical" message to individual spec pages too
  • Loading branch information
zoffixznet committed May 30, 2016
1 parent 72af323 commit 1b627bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-design.perl6.org.sh
Expand Up @@ -34,7 +34,7 @@ DEST_DIR=$(mktemp -d)

cd $MU_DIR

perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl.css --line-anchor --pod-dir $POD_DIR || exit 1
perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl-with-historical-message.css --line-anchor --pod-dir $POD_DIR || exit 1
perl util/podhtm.pl --css /perl-with-historical-message.css --url-prefix http://design.perl6.org/ --url-postfix .html --index --charset=UTF-8 --out $DEST_DIR/Differences.html docs/Perl6/Perl5/Differences.pod

source /home/rakudobrew/rakudobrew-bash
Expand Down

0 comments on commit 1b627bd

Please sign in to comment.