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 e597d81 commit a0609abCopy full SHA for a0609ab
util/update-design.perl6.org.sh
@@ -42,7 +42,7 @@ cp -ufp docs/feather/hilite-*.png $DEST_DIR/
42
cp -ufp docs/feather/perl.css $DEST_DIR/
43
44
45
-perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl.css --line-anchor --pod-dir $POD_DIR
+perl util/smartlinks.pl --out-dir $DEST_DIR --dir $TEST_DIR --css /perl.css --line-anchor --pod-dir $POD_DIR || exit 1
46
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
47
48
source /home/rakudobrew/rakudobrew-bash
0 commit comments