Skip to content

Commit d3a62c6

Browse files
committed
Fixed copy to standalone dir
1 parent 8a60282 commit d3a62c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copy_slides.sh

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ find "fonts" -type f | copy_to_target
5353
xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:textarea" -v . "${TARGET}/${FILE}" \
5454
| extract_links \
5555
| copy_to_target
56+
xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:section/@data-background" -v . -n "${TARGET}/${FILE}" \
57+
| copy_to_target
5658
xmlstarlet sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:textarea/comment()" -v . -n "${TARGET}/${FILE}" \
5759
| extract_from_comments \
5860
| copy_to_target

0 commit comments

Comments
 (0)