Makefile
changeset 14 2338ef973523
parent 6 e7973168471d
--- 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 $<