From da68ebf3e78af39681836327e0b71fa519ba7f8d Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 15 Mar 2022 18:43:15 +0100 Subject: [PATCH] fragment --- staff/SConstruct.py | 2 +- staff/{staff_fragment.html => staff.fragment.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename staff/{staff_fragment.html => staff.fragment.html} (100%) 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