Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
geritwagner committed Apr 24, 2024
1 parent 7def34b commit d97dd5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ lecture_slides: $(addprefix output/,$(addsuffix .html,$(SLIDES_LIST)))
# Define a rule to build all teaching notes
teaching_notes: $(addprefix output/teaching_notes/,$(addsuffix .html,$(TEACHING_NOTES_LIST)))

output/teaching_notes:
mkdir -p $@

# Define a pattern rule for building a slide
output/%.html: %.md assets/theme.css
docker run --rm --init -v "$(PWD)":/home/marp/app/ -e LANG=${LANG} -e MARP_USER="${UID}:${GID}" marpteam/marp-cli $< --theme-set assets/theme.css --html --allow-local-files -o $@
Expand Down

0 comments on commit d97dd5f

Please sign in to comment.