summaryrefslogtreecommitdiff
path: root/documentation/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-17 16:01:32 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-10-17 16:01:32 +0200
commitcb6ee39852d2a3ddeba1a68fab3086c487b998bc (patch)
treeb9bb4bc7593a1c64eb68cf83d43a9881aab84b24 /documentation/CMakeLists.txt
parentacf3037ae8531e790247d6084972969523bf8297 (diff)
Update documentation
- fix missing doxygen version in PDF docs created by CMake - remove unnecessary quotes ('...') from version numbers and Git revisions (previously added for debugging purposes) - fix navigation links at the bottom of tutorial pages (HTML only) - remove 'D. Gibson' from documentation headers on his request
Diffstat (limited to 'documentation/CMakeLists.txt')
-rw-r--r--documentation/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt
index 150771a0d..f93d0cba5 100644
--- a/documentation/CMakeLists.txt
+++ b/documentation/CMakeLists.txt
@@ -161,6 +161,12 @@ if(FLTK_BUILD_PDF_DOCS)
# convert Doxybook to current doxygen version
+ # set DOXY_VERSION for compatibility with configure/make,
+ # to be replaced in fltk-title.tex.in
+ # FIXME: this can be simplified when configure/make is no longer supported
+
+ set(DOXY_VERSION "${DOXYGEN_VERSION_SHORT}") #
+
add_custom_command(
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${DOXYFILE}
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}