]> git.donarmstrong.com Git - debbugs.git/commitdiff
Don't make the logo; it's checked into git and isn't necessary master
authorDon Armstrong <don@donarmstrong.com>
Mon, 20 May 2024 03:59:10 +0000 (20:59 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 20 May 2024 03:59:10 +0000 (20:59 -0700)
Makefile

index b3e46a6be7e1e88601d7ab3f56aba13ba981b099..5872d2fcab69ed040c59dffe892ca5352d99576d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ all: build
 build:
        $(PERL) Makefile.PL
        $(MAKE) -f Makefile.perl
 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)))'
 
 test:
        LC_ALL=$(UTF8_LOCALE) $(PERL) -MTest::Harness -Ilib -e 'runtests(glob(q(t/*.t)))'