On 6/14/06, Dan Nicholson <[EMAIL PROTECTED]> wrote:
Try `make DOCSRC=""'. It should avoid the doc subdir altogether then. Another possibility that might not work is `make USE_DOCBOOK_TRUE=#'.
In fact, the second one should work. configure is buggy since it enables or disables DOCBOOK before --disable-docs. So, it finds docbook2html on your system and sets USE_DOCBOOK_TRUE= USE_DOCBOOK_FALSE=#. Oh wait, I got the variables wrong. Try this: make USEDOCBOOK_TRUE='#' USEDOCBOOK_FALSE="" -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
