diff options
author | Allen Winter <allen.winter@kdab.com> | 2018-11-11 20:15:26 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2018-11-11 20:15:26 -0500 |
commit | 3803f98e56f1495d8fc414ae203923e0888feb14 (patch) | |
tree | 98969a4c51d4b02f1295ccb125e0ce1f332b75cf /Install.txt | |
parent | 153e2eb4d5990acfa9d46968ec1594bd9eee21fc (diff) | |
download | libical-git-3803f98e56f1495d8fc414ae203923e0888feb14.tar.gz |
various - cleanup after the new ENABLE_GTK_DOC option
Diffstat (limited to 'Install.txt')
-rw-r--r-- | Install.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt index 71fedff1..9df6cf3e 100644 --- a/Install.txt +++ b/Install.txt @@ -139,3 +139,4 @@ for example: cmake -DCMAKE_INSTALL_PREFIX=/opt -DCMAKE_INSTALL_LIBDIR=/opt/lib32 == Build the documentation == Run 'make docs' to build the API documentation and reference. Disable the docs make target by running CMake with -DICAL_BUILD_DOCS=False option. +Disable the libical-glib developer documentation by running CMake with -DENABLE_GTK_DOC=False. |