From 4d559838338e2dce347fe0e3e7cf63c9ebd03008 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 7 May 2025 21:14:10 +0200 Subject: Remove hardcoded version numbers (part 2) and more documentation The goal is to change the version number for a new release only in CMakeLists.txt. This is the second step. This commit also adds a chapter "Migrating Code from FLTK 1.4 to 1.5". Details: - documentation/CMakeLists.txt: configure 'version.dox' - fluid/documentation/CMakeLists.txt: same as above - documentation/Doxyfile.in: add "Migrating Code from FLTK 1.4 to 1.5" - documentation/src/index.dox: include 'version.dox' and 'migrating...' - fluid/documentation/src/index.dox: same as above - documentation/src/preface.dox: include 'version.dox' - documentation/version.dox.in: input to CMake configure 'version.dox' - fluid/documentation/version.dox.in: same as above - documentation/src/migration_1_4.dox: update links - documentation/src/migration_1_5.dox: new documentation chapter --- documentation/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/Doxyfile.in') diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index a96d1d718..f7ee0be90 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -805,6 +805,7 @@ INPUT = @CMAKE_CURRENT_SOURCE_DIR@/src/index.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/forms.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/osissues.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_4.dox \ + @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_5.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/development.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/license.dox \ @CMAKE_CURRENT_SOURCE_DIR@/src/examples.dox \ -- cgit v1.2.3