030-pod2man-stderr.patch (408B)
1 --- rrdtool-1.0.50/doc/Makefile.am.orig 2013-11-16 11:44:50.940231208 -0500 2 +++ rrdtool-1.0.50/doc/Makefile.am 2013-11-16 11:45:09.802229483 -0500 3 @@ -35,7 +35,7 @@ 4 all-local: link txt man html 5 6 .pod.1 .pm.1 .pl.1: 7 - pod2man --release=$(VERSION) --center=RRDtool $< > $@ 8 + pod2man --stderr --release=$(VERSION) --center=RRDtool $< > $@ 9 10 .1.txt: 11 @NROFF@ -man -Tlp $< > $@ || echo @NROFF@ failed > $@