avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Disable doc build in a saner way


From: Theodore A. Roth
Subject: [avr-libc-dev] Disable doc build in a saner way
Date: Tue, 19 Nov 2002 10:33:40 -0800 (PST)

Hi,

I got to thinking more about how I disabled building of the docs last
week. I think this patch is a bit more sane in it's approach.

This allows configure to still do it's magic in the doc dir even if
--enable-doc is not given. It also allows the --enable-*-doc options to
work regardless of the state of --enable-doc.

The big win is the toplevel build will only build the library. The doc dir
is completely ignored from the toplevel build _unless_ --enable-doc is
passed to configure, _but_ the user can still cd in to doc and type make
to attempt to build the documentation independant of the state of the
--enable-doc option.

I'll commit this later today.

Ted

Attachment: disable-docs.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]