Makefile
changeset 14 2338ef973523
parent 6 e7973168471d
equal deleted inserted replaced
13:2b0b8c9f1496 14:2338ef973523
    30 
    30 
    31 clean:
    31 clean:
    32 	-rm -f $(SCRIPT) $(DOC) core
    32 	-rm -f $(SCRIPT) $(DOC) core
    33 
    33 
    34 %.1.gz:	%
    34 %.1.gz:	%
    35 	@pod2man --utf8 $< | gzip >$@
    35 	@pod2man --utf8 $< | gzip -9 >$@
    36 
    36 
    37 %:	%.pl
    37 %:	%.pl
    38 	@$(PERL) -c $<
    38 	@$(PERL) -c $<
    39 	@chmod +w $@ 2>/dev/null || true
    39 	@chmod +w $@ 2>/dev/null || true
    40 	@sed -e 's,@PERL@,$(PERL),g' < $^ >$@
    40 	@sed -e 's,@PERL@,$(PERL),g' < $^ >$@