https://bugs.kde.org/show_bug.cgi?id=495483

--- Comment #6 from Florian Krohm <[email protected]> ---
Created attachment 185435
  --> https://bugs.kde.org/attachment.cgi?id=185435&action=edit
patch to control building documentation

Control building documentation on the command line.

Introduces Makefile variable  BUILD_DOCS with these possible values:
none - no documentation built
all - all documentation built
no-print - no print documentation built

The old BUILD_ALL_DOCS is still recognised for backward compatibility and is
mapped to BUILD_DOCS like so:
If not specified --> BUILD_DOCS=all
BUILD_ALL_DOCS=yes --> BUILD_DOCS=all
BUILD_ALL_DOCS=no --> BUILD_DOCS=no-print

Call make dist BUILD_DOCS=none  in post-regtest-checks.

README_DEVELOPERS adjusted.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to