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:
Murray Stokely 2003-04-20 21:03:24 +00:00
parent 893229cfa4
commit f453ad1c02
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16636

View file

@ -1,5 +1,5 @@
# 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.
@ -40,10 +40,10 @@ SED?= /usr/bin/sed
SH?= /bin/sh
SORT?= /usr/bin/sort
TOUCH?= /usr/bin/touch
HTML2TXT?= ${PREFIX}/bin/links
HTML2TXT?= ${PREFIX}/bin/w3m
HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS}
ISPELL?= ispell
ISPELLOPTS?= -l -p ${WEB_PREFIX}/en/share/dict/words ${ISPELLFLAGS}
ISPELLOPTS?= -l -p /usr/share/dict/freebsd ${ISPELLFLAGS}
XSLTPROC?= ${PREFIX}/bin/xsltproc
XSLTPROCOPTS?= -nonet ${XSLTPROCFLAGS}