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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to