X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=485869e8eb81b68907eba728100ab051256722eb;hb=671c439d1c26e295128b9655f4b8682f63ce0ebe;hp=f4d4fa909fe323cc055f168eb3c1b7656d6f4be3;hpb=8a5bcd989811719d0bc618fed3d6bc3552982da1;p=collectd.git diff --git a/Makefile.am b/Makefile.am index f4d4fa90..485869e8 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@)