]> git.donarmstrong.com Git - debbugs.git/commitdiff
Revert not making the logo; fix inkscape invocation
authorDon Armstrong <don@donarmstrong.com>
Wed, 22 May 2024 03:32:29 +0000 (20:32 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 23 May 2024 03:35:54 +0000 (20:35 -0700)
html/logo/Makefile

index 82ceaabaa5789742a571596f28f18c124ecdc6ca..1ccc8a087acf67325b973267277fd8ec307890ce 100644 (file)
@@ -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=$@ $<