From: Don Armstrong Date: Mon, 20 May 2024 03:59:10 +0000 (-0700) Subject: Don't make the logo; it's checked into git and isn't necessary X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=HEAD Don't make the logo; it's checked into git and isn't necessary --- diff --git a/Makefile b/Makefile index b3e46a6..5872d2f 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,8 @@ all: build build: $(PERL) Makefile.PL $(MAKE) -f Makefile.perl - $(MAKE) -C html/logo +# Don't bother to make the logo; it's not necessary +# $(MAKE) -C html/logo test: LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -Ilib -e 'runtests(glob(q(t/*.t)))'