Properly use the FreeBSD lexicon file as a personal dictionary and use
w3m rather than links to dump the formatted HTML output to text.
This commit is contained in:
parent
893229cfa4
commit
f453ad1c02
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16636
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# bsd.web.mk
|
# bsd.web.mk
|
||||||
# $FreeBSD: www/share/mk/web.site.mk,v 1.42 2002/03/13 13:09:45 murray Exp $
|
# $FreeBSD: www/share/mk/web.site.mk,v 1.43 2002/08/07 03:17:10 trhodes Exp $
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build and install a web site.
|
# Build and install a web site.
|
||||||
|
@ -40,10 +40,10 @@ SED?= /usr/bin/sed
|
||||||
SH?= /bin/sh
|
SH?= /bin/sh
|
||||||
SORT?= /usr/bin/sort
|
SORT?= /usr/bin/sort
|
||||||
TOUCH?= /usr/bin/touch
|
TOUCH?= /usr/bin/touch
|
||||||
HTML2TXT?= ${PREFIX}/bin/links
|
HTML2TXT?= ${PREFIX}/bin/w3m
|
||||||
HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS}
|
HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS}
|
||||||
ISPELL?= ispell
|
ISPELL?= ispell
|
||||||
ISPELLOPTS?= -l -p ${WEB_PREFIX}/en/share/dict/words ${ISPELLFLAGS}
|
ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS}
|
||||||
|
|
||||||
XSLTPROC?= ${PREFIX}/bin/xsltproc
|
XSLTPROC?= ${PREFIX}/bin/xsltproc
|
||||||
XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS}
|
XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS}
|
||||||
|
|
Loading…
Reference in a new issue