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=c5a1173f63e0f53ad9648462a42bd5b6d8c7a1eb;p=debbugs.git Revert not making the logo; fix inkscape invocation --- diff --git a/Makefile b/Makefile index 5872d2fc..b3e46a6b 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ all: build build: $(PERL) Makefile.PL $(MAKE) -f Makefile.perl -# Don't bother to make the logo; it's not necessary -# $(MAKE) -C html/logo + $(MAKE) -C html/logo test: LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -Ilib -e 'runtests(glob(q(t/*.t)))' 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=$@ $<