summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-04 18:36:41 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-04 19:22:23 (GMT)
commitedc7cc967dbec540bdb333a00e62581e010882c3 (patch)
tree583387027bb3e375469dbb8d0f4ff63c60c11a36 /Utilities/Sphinx/CMakeLists.txt
parentf4253d7bf644ce93eb1fb909432317d47423a788 (diff)
downloadCMake-edc7cc967dbec540bdb333a00e62581e010882c3.zip
CMake-edc7cc967dbec540bdb333a00e62581e010882c3.tar.gz
CMake-edc7cc967dbec540bdb333a00e62581e010882c3.tar.bz2
Help: Configure copyright year automatically
Teach our Sphinx conf.py to compute the copyright end year automatically. Drop our hard-coded configuration for it.
Diffstat (limited to 'Utilities/Sphinx/CMakeLists.txt')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 35c62fb..ca1defc 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -38,7 +38,6 @@ endif()
set(conf_docs "${CMake_SOURCE_DIR}/Help")
set(conf_path "${CMAKE_CURRENT_SOURCE_DIR}")
-set(conf_copyright "2000-2013 Kitware, Inc.")
set(conf_version "${CMake_MAJOR_VERSION}.${CMake_MINOR_VERSION}.${CMake_PATCH_VERSION}")
set(conf_release "${CMake_VERSION}")
configure_file(conf.py.in conf.py @ONLY)