/usr/doc doesn't seem to honour /etc/make.conf

Benjamin Kaduk kaduk at MIT.EDU
Tue Jun 4 03:39:03 UTC 2013


On Tue, 4 Jun 2013, Peter Looyenga wrote:

> # Options for building FreeBSD documentation
> DOC_LANG=en_US.ISO8859-1
> FORMATS="html-split txt"

Make quoting is not like shell quoting, you should get better results with

FORMATS= html-split txt

than what is quoted above.

Also, per 
http://svnweb.freebsd.org/doc/head/Makefile?revision=39092&view=markup , 
you may find it easier to remember to set ENGLISH_ONLY= yes than to 
specify the DOC_LANG explicitly.

I do not have any ideas why your html-part build is incomplete, though.

-Ben Kaduk


More information about the freebsd-doc mailing list