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 <jdunham@m3designinc.com>
This commit is contained in:
Giorgos Keramidas 2005-01-10 22:00:58 +00:00
parent 40f3eaf2bd
commit 17ee19c2b8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23505
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)