rrdtool-1.0.x: make pod2man errors nonfatal (#14479)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38944 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2013-11-29 14:27:22 +00:00
parent 4427da6f27
commit e5d1dac1c9

View File

@ -0,0 +1,11 @@
--- rrdtool-1.0.50/doc/Makefile.am.orig 2013-11-16 11:44:50.940231208 -0500
+++ rrdtool-1.0.50/doc/Makefile.am 2013-11-16 11:45:09.802229483 -0500
@@ -35,7 +35,7 @@
all-local: link txt man html
.pod.1 .pm.1 .pl.1:
- pod2man --release=$(VERSION) --center=RRDtool $< > $@
+ pod2man --stderr --release=$(VERSION) --center=RRDtool $< > $@
.1.txt:
@NROFF@ -man -Tlp $< > $@ || echo @NROFF@ failed > $@