]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Conditionally build documentation
authorJon Turney <jon.turney@dronecode.org.uk>
Tue, 7 Dec 2021 14:05:34 +0000 (14:05 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Fri, 17 Dec 2021 22:28:16 +0000 (22:28 +0000)
commitf4a26ececa180cec70c41b6dd2082ff730f92065
tree65ae27ecbf2fa0c64637f01b345ee80fe23863a4
parent80f4b7d5456ea17d64998805fb3d64db091201fc
Cygwin: Conditionally build documentation

Add a configure option '--disable-doc' to disable building of the
documentation by the 'all' target.

Check for the required tools at configure time, and require them if
building documentation is enabled.

Even if building the documentation was diabled with '--disable-doc',
'make -C doc' at the top-level can still make the documentation, if the
documentation tools were found. If the tools were not found, 'missing'
is used to issue a warning about that.

Update instructions for building Cygwin appropriately.

(Building documentation remains the default to increase the chances of
noticing when building the documentation is broken.)
winsup/Makefile.am
winsup/configure.ac
winsup/doc/Makefile.am
winsup/doc/faq-programming.xml
This page took 0.029581 seconds and 5 git commands to generate.