Skip to content

Commit

Permalink
re-include historical message in S26 HTML output
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 29, 2016
1 parent 9c9b68b commit bafe575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/update-design.perl6.org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ do
INPUT=$(echo $LINE | cut -d ' ' -f 1)
OUTPUT=$(echo $LINE | cut -d ' ' -f 2)
TEMPFILE=$(tempfile --mode=0644)
perl6-m -MMONKEY-SEE-NO-EVAL -MPod::To::HTML -e 'put pod2html EVAL slurp(@*ARGS.shift) ~ "\n; \$=pod", :css-url</perl-with-historical-message.css>' "$INPUT" > "$TEMPFILE" && mv "$TEMPFILE" "$DEST_DIR/$OUTPUT" \
perl6-m -MMONKEY-SEE-NO-EVAL -MPod::To::HTML -e 'put pod2html EVAL(slurp(@*ARGS.shift) ~ "\n; \$=pod"), :css-url</perl-with-historical-message.css>' "$INPUT" > "$TEMPFILE" && mv "$TEMPFILE" "$DEST_DIR/$OUTPUT" \
|| rm -f "$TEMPFILE"
done

Expand Down

0 comments on commit bafe575

Please sign in to comment.