X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=485869e8eb81b68907eba728100ab051256722eb;hb=ce7e4b8cd61d034398daaabacf9a8c8404b82a4d;hp=83613b0ba0ead9fc5c6df3efda1f3b532d203e93;hpb=ee771cb0c5df11fad393de41571effb9708f0873;p=collectd.git diff --git a/Makefile.am b/Makefile.am index 83613b0b..485869e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2109,20 +2109,10 @@ am__v_POD2MAN_C_0 = @echo " POD2MAN " $@; am__v_POD2MAN_C_1 = .pod.1: - $(AM_V_POD2MAN_C)pod2man --release=$(VERSION) --center=$(PACKAGE) $< \ - >.pod2man.tmp.$$$$ 2>/dev/null && mv -f .pod2man.tmp.$$$$ $@ || true - @if grep '\' $@ >/dev/null 2>&1; \ - then \ - echo "$@ has some POD errors!"; false; \ - fi + $(AM_V_POD2MAN_C)pod2man --release=$(VERSION) --center=$(PACKAGE) $< $@ .pod.5: - $(AM_V_POD2MAN_C)pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< \ - >.pod2man.tmp.$$$$ 2>/dev/null && mv -f .pod2man.tmp.$$$$ $@ || true - @if grep '\' $@ >/dev/null 2>&1; \ - then \ - echo "$@ has some POD errors!"; false; \ - fi + $(AM_V_POD2MAN_C)pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< $@ V_PROTOC = $(v_protoc_@AM_V@) v_protoc_ = $(v_protoc_@AM_DEFAULT_V@)