From 564aed399ac9b54e740e4c821c22a85911223237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20Valdemar=20M=C3=B8rch?= Date: Thu, 3 Jan 2019 22:41:23 +0100 Subject: [PATCH] Removed "can't break line" warnings when making .txt files from .1 files 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index a6ed2b18..ff769474 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 - $@ -- 2.47.2