From 669162d9ca790ce69202e0518670a40112dae27f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 21 May 2024 20:32:29 -0700 Subject: [PATCH] Revert not making the logo; fix inkscape invocation --- html/logo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/logo/Makefile b/html/logo/Makefile index 82ceaaba..1ccc8a08 100644 --- a/html/logo/Makefile +++ b/html/logo/Makefile @@ -10,7 +10,7 @@ update_debbugs_logo: debbugs_logo_orig.svg --export-text-to-path --export-plain-svg debbugs_logo.svg $<; debbugs_logo_icon.png: debbugs_logo.svg - inkscape --without-gui \ + inkscape \ --export-width 32 --export-height 32 \ --export-background=white \ - --export-png $@ $< + --export-type=png --export-filename=$@ $< -- 2.39.5