]> 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:38:16 +0000 (20:38 -0700)
Makefile
html/logo/Makefile

index 5872d2fcab69ed040c59dffe892ca5352d99576d..b3e46a6be7e1e88601d7ab3f56aba13ba981b099 100644 (file)
--- 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)))'
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=$@ $<