From: Ruben Kerkhof Date: Wed, 20 Feb 2019 09:09:09 +0000 (+0100) Subject: pod2man: remove --errors argument X-Git-Tag: collectd-5.9.0~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3096%2Fhead;p=thirdparty%2Fcollectd.git pod2man: remove --errors argument Older versions of pod2man don't have this --- diff --git a/Makefile.am b/Makefile.am index f4d4fa909..485869e8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2109,10 +2109,10 @@ am__v_POD2MAN_C_0 = @echo " POD2MAN " $@; am__v_POD2MAN_C_1 = .pod.1: - $(AM_V_POD2MAN_C)pod2man --errors=die --release=$(VERSION) --center=$(PACKAGE) $< $@ + $(AM_V_POD2MAN_C)pod2man --release=$(VERSION) --center=$(PACKAGE) $< $@ .pod.5: - $(AM_V_POD2MAN_C)pod2man --errors=die --section=5 --release=$(VERSION) --center=$(PACKAGE) $< $@ + $(AM_V_POD2MAN_C)pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< $@ V_PROTOC = $(v_protoc_@AM_V@) v_protoc_ = $(v_protoc_@AM_DEFAULT_V@)