Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use the CSS with the outdatedness message included during generation
  • Loading branch information
zoffixznet committed May 23, 2016
1 parent 4ab82aa commit 72af323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-design.perl6.org.sh
Expand Up @@ -35,7 +35,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/podhtm.pl --css /perl.css --url-prefix http://design.perl6.org/ --url-postfix .html --index --charset=UTF-8 --out $DEST_DIR/Differences.html docs/Perl6/Perl5/Differences.pod
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 72af323

Please sign in to comment.