diff -r 2b0b8c9f1496 -r 2338ef973523 Makefile --- a/Makefile Fri May 02 16:31:34 2014 +0200 +++ b/Makefile Fri May 02 16:31:47 2014 +0200 @@ -32,7 +32,7 @@ -rm -f $(SCRIPT) $(DOC) core %.1.gz: % - @pod2man --utf8 $< | gzip >$@ + @pod2man --utf8 $< | gzip -9 >$@ %: %.pl @$(PERL) -c $<