summaryrefslogtreecommitdiffstats
path: root/languages/python/doc/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-10 23:04:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-10 23:04:26 +0900
commite35c7619627da4debdff06d6aa4eedba80729524 (patch)
tree0835fe06209f15b3a9dbd61aa0abae96b6b66f2f /languages/python/doc/CMakeLists.txt
parent0735a01b8b65d5b191d0f65e5b8ad3030024d68a (diff)
downloadtdevelop-e35c7619627da4debdff06d6aa4eedba80729524.tar.gz
tdevelop-e35c7619627da4debdff06d6aa4eedba80729524.zip
Updated python 2 and added python 3 TDevelop documentation toc files. This relates to bug 1859.
Diffstat (limited to 'languages/python/doc/CMakeLists.txt')
-rw-r--r--languages/python/doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/doc/CMakeLists.txt b/languages/python/doc/CMakeLists.txt
index a3caa5fd..68289e59 100644
--- a/languages/python/doc/CMakeLists.txt
+++ b/languages/python/doc/CMakeLists.txt
@@ -10,5 +10,5 @@
#################################################
install( FILES
- python.toc python_bugs.toc
+ python2.toc python3.toc python_bugs.toc
DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs )