From: Don Armstrong Date: Wed, 22 May 2024 03:32:29 +0000 (-0700) Subject: Revert not making the logo; fix inkscape invocation X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=669162d9ca790ce69202e0518670a40112dae27f;p=debbugs.git Revert not making the logo; fix inkscape invocation --- 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=$@ $<