ENGLISH_ONLY
If set and not empty, only the English documents will be built or installed. All translations will be ignored. E.g.:
#
make
ENGLISH_ONLY=YES
all
install
To unset the variable and build all pages, including
translations, set ENGLISH_ONLY
to an
empty value:
#
make
ENGLISH_ONLY=""
all
install
clean
WEB_ONLY
If set and not empty, only the HTML
pages from the en_US.ISO8859-1/htdocs
directory will be built or installed. All other
directories within
en_US.ISO8859-1
(Handbook, FAQ, Tutorials) will be ignored. E.g.:
#
make
WEB_ONLY=YES
all
install
WEB_LANG
If set, build or install only for the languages
specified by this variable inside the
directory. All other languages except English will be
ignored. E.g.:~/doc
#
make WEB_LANG="el_GR.ISO8859-7 es_ES.ISO8859-1 hu_HU.ISO8859-2 nl_NL.ISO8859-1" all install
WEB_ONLY
, WEB_LANG
,
and ENGLISH_ONLY
are make(1) variables
and can be set in /etc/make.conf
,
Makefile.inc
, as environment variables on
the command line, or in dot files.
This, and other documents, can be downloaded from http://ftp.FreeBSD.org/pub/FreeBSD/doc/
For questions about FreeBSD, read the
documentation before
contacting <questions@FreeBSD.org>.
For questions about this documentation, e-mail <doc@FreeBSD.org>.