From cb1ea6e86b9500a89954e25018058e3fa1b98aa4 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 19 May 2024 20:59:10 -0700 Subject: [PATCH] Don't make the logo; it's checked into git and isn't necessary --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)))' -- 2.39.2