diff --git a/staff/SConstruct.py b/staff/SConstruct.py index cde68ef..e785b85 100644 --- a/staff/SConstruct.py +++ b/staff/SConstruct.py @@ -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") \ No newline at end of file diff --git a/staff/staff_fragment.html b/staff/staff.fragment.html similarity index 100% rename from staff/staff_fragment.html rename to staff/staff.fragment.html