]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
Removed "can't break line" warnings when making .txt files from .1 files
authorPeter Valdemar Mørch <peter@morch.com>
Thu, 3 Jan 2019 21:41:23 +0000 (22:41 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 4 Jan 2019 10:18:30 +0000 (11:18 +0100)
Multiple warnings were removed e.g. this one (chosen at random):

rrdgraph_data.1:141: warning [p 1, 1.3i]: can't break line

doc/Makefile.in

index a6ed2b18e8c3732813bdd374bfbcad32dffdcd75..ff7694740673c61e59b2b4bb2b43efcb776343da 100644 (file)
@@ -697,7 +697,7 @@ all-local: link man txt html-local
        $(AM_V_GEN)@POD2MAN@ --release=$(VERSION) --center=rrdtool --section=3 $< > $@
 
 .1.txt .3.txt:
-       $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp $< > $@
+       $(AM_V_GEN)GROFF_NO_SGR=1 @NROFF@ -man -Tlp -Wbreak $< > $@
 
 .1.pdf .3.pdf:
        $(AM_V_GEN)@TROFF@ -man $< | ps2pdf - $@