We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3521e79 commit b454bd9Copy full SHA for b454bd9
util/update-design.perl6.org.sh
@@ -34,7 +34,7 @@ DEST_DIR=$(mktemp -d)
34
35
cd $MU_DIR
36
37
-source /home/design.perl6.org/perl5/perlbrew/etc/bashrc
+source $HOME/perl5/perlbrew/etc/bashrc
38
39
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
40
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
0 commit comments