]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Control building documentation (BZ 495483)
authorFlorian Krohm <flo2030@eich-krohm.de>
Fri, 3 Oct 2025 16:26:55 +0000 (16:26 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Fri, 3 Oct 2025 16:26:55 +0000 (16:26 +0000)
commit9c0c0e41d8b72825606da0db897a419c59658a56
tree78b9c3c3e80e188b4cac06135b4cef9324ba2d33
parenta08e6ed08f6b24ecf35d443b52e5db16ccb05f77
Control building documentation   (BZ 495483)

Introduce Makefile variable BUILD_DOCS with these possible values:
none - does not build any documentation
all  - builds all documentation
html - builds HTML docs but skips building PDFs

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=html

README_DEVELOPERS adjusted.

Fixes https://bugs.kde.org/show_bug.cgi?id=495483
README_DEVELOPERS
docs/Makefile.am