X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2FMakefile.am;h=0ed299b5fa48d830eb92cad8e6ddd77c1eed5bed;hb=179242223f25937fc528e89ef433a80d4d614611;hp=2a836591c82c741742f9ccde4bfc7d6179bdda66;hpb=91f44c9c9dbfa746fbe63b50c87fb8bf064d0daa;p=collectd.git diff --git a/src/Makefile.am b/src/Makefile.am index 2a836591..0ed299b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1111,7 +1111,7 @@ EXTRA_DIST += collectd.conf.pod \ .pod.1: pod2man --release=$(VERSION) --center=$(PACKAGE) $< \ - >.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true + >.pod2man.tmp.$$$$ 2>/dev/null && mv -f .pod2man.tmp.$$$$ $@ || true @if grep '\' $@ >/dev/null 2>&1; \ then \ echo "$@ has some POD errors!"; false; \ @@ -1119,7 +1119,7 @@ EXTRA_DIST += collectd.conf.pod \ .pod.5: pod2man --section=5 --release=$(VERSION) --center=$(PACKAGE) $< \ - >.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true + >.pod2man.tmp.$$$$ 2>/dev/null && mv -f .pod2man.tmp.$$$$ $@ || true @if grep '\' $@ >/dev/null 2>&1; \ then \ echo "$@ has some POD errors!"; false; \