2025-08-29 06:52 CEST

spring: develop 68c1c3e1 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
hoijui hoijui develop 2011-07-01 16:39:41 develop ad955135
Changeset re-factor user-docs [CMake]
* new CMake config vars:
  - DOCDIR:STRING
    Where to install basic project documentation
  - USERDOCS_PLAIN:BOOL
    Install plain/text engine user-docs (README, LICENSE, etc.)
  - USERDOCS_HTML:BOOL
    Install HTML engine user-docs (README.html, LICENSE.html, etc.)
* instead of only the README, now installs:
  AUTHORS, README, COPYING, FAQ, LICENSE, THANKS
* defaults"
  - windows: install only HTML user-docs
  - others: install only plain-text user-docs
* if pandoc is not found, fall back on markdown
  for markdown to HTML conversion
* if USERDOCS_HTML is TRUE, but neither pandoc nor markdown were found
  -> error (skip make-file generation)

TODO enable userdoc generation on Unix again,
after the default DOCDIR path is corrected in /CMakeLists.txt.
It is missing the engine version.
mod - CMakeLists.txt Diff ] File ]
mod - doc/CMakeLists.txt Diff ] File ]