From: Wolfgang Stöggl Date: Wed, 9 Jan 2019 14:50:09 +0000 (+0100) Subject: Update doc/Makefile.am X-Git-Tag: v1.7.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1f1f9355a9e5fe992414621359719a6c4db978;p=thirdparty%2Frrdtool-1.x.git Update doc/Makefile.am - Add -Wbreak, as in: https://github.com/oetiker/rrdtool-1.x/commit/564aed3 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 3e888f92..c20f5191 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,7 +62,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 - $@