]> git.donarmstrong.com Git - debbugs.git/blobdiff - Makefile
Prefer the most recent debversion in the dependency list
[debbugs.git] / 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)))'