master
Michael Murtaugh 2 years ago
parent 03160ec399
commit da68ebf3e7

@ -8,5 +8,5 @@ for root, dirs, files in os.walk("."):
target = os.path.join(root, base + "-320x.webp")
Command(f"{target}", f"{src}", action="convert -resize 320x $SOURCE $TARGET")
Command("staff_fragment.html", "staff.md", action="pandoc $SOURCE -o $TARGET")
Command("staff.fragment.html", "staff.md", action="pandoc $SOURCE -o $TARGET")
Command("staff.html", "staff.md", action="pandoc --standalone $SOURCE -o $TARGET")
Loading…
Cancel
Save