From: Ian Jackson Date: Mon, 2 May 2022 08:52:35 +0000 (+0100) Subject: dice: d6: image: Rename output file to match intended recolouring X-Git-Tag: otter-1.1.0~217 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1f7f37da4d54a67039de89f246da03b52f97fc2e;p=otter.git dice: d6: image: Rename output file to match intended recolouring Signed-off-by: Ian Jackson --- diff --git a/.gitignore b/.gitignore index 9bd49f24..962202c7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ save/lock /library/*/files.make /library/*/*.usvg /library/*/*.coloured.svg -/library/edited/dice-d6-blue.svg +/library/edited/die-image-d6-_c.svg *.tmp .tsconfig.*.json stamp/* diff --git a/Makefile b/Makefile index 98dd904c..4e50fe78 100644 --- a/Makefile +++ b/Makefile @@ -380,7 +380,7 @@ templates/shapelib.html: $(TARGET_DIR)/debug/otterlib $(LIBRARY_FILES) nwtemplates/die-overlay.tera: dice/overlay-template-extractor dice/die.svg ./$< $@.tmp && mv -f $@.tmp $@ -library/edited/dice-d6-blue.svg: dice/extract-image-only dice/die.svg +library/edited/die-image-d6-_c.svg: dice/extract-image-only dice/die.svg ./$< $@.tmp && mv -f $@.tmp $@ #---------- examples ----------