6.3. Environment Variables

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 ~/doc directory. All other languages except English will be ignored. E.g.:

# 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.

All FreeBSD documents are available for download at http://ftp.FreeBSD.org/pub/FreeBSD/doc/

Questions that are not answered by the documentation may be sent to <[email protected]>.
Send questions about this document to <[email protected]>.