From 17ee19c2b872587a5754497f9338c844ae9c2018 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Mon, 10 Jan 2005 22:00:58 +0000 Subject: [PATCH] Set the default line width for FORMATS="txt" to 72 columns. This fixes, after a very long time, the problem described in: PR: docs/41791 Submitted by: Jerry Dunham --- share/mk/doc.docbook.mk | 2 +- share/mk/doc.project.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index d9582aee2d..72a2082524 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -260,7 +260,7 @@ XARGS?= /usr/bin/xargs GROFF?= groff TIDYOPTS?= -wrap 90 -m -raw -preserve -f /dev/null -asxml ${TIDYFLAGS} HTML2TXT?= ${PREFIX}/bin/links -HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS} +HTML2TXTOPTS?= -dump -width 72 ${HTML2TXTFLAGS} HTML2PDB?= ${PREFIX}/bin/iSiloBSD HTML2PDBOPTS?= -y -d0 -Idef ${HTML2PDBFLAGS} DVIPS?= ${PREFIX}/bin/dvips diff --git a/share/mk/doc.project.mk b/share/mk/doc.project.mk index dec638cfa8..51e06182cd 100644 --- a/share/mk/doc.project.mk +++ b/share/mk/doc.project.mk @@ -79,7 +79,7 @@ MKDIR?= /bin/mkdir RM?= /bin/rm MV?= /bin/mv HTML2TXT?= ${PREFIX}/bin/links -HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS} +HTML2TXTOPTS?= -dump -width 72 ${HTML2TXTFLAGS} ISPELL?= ispell ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS} .if exists(/usr/bin/perl)