diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-10 23:04:26 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-10-10 23:04:26 +0900 |
| commit | e35c7619627da4debdff06d6aa4eedba80729524 (patch) | |
| tree | 0835fe06209f15b3a9dbd61aa0abae96b6b66f2f /languages/python/doc/Makefile.am | |
| parent | 0735a01b8b65d5b191d0f65e5b8ad3030024d68a (diff) | |
| download | tdevelop-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/Makefile.am')
| -rw-r--r-- | languages/python/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/doc/Makefile.am b/languages/python/doc/Makefile.am index 5159f5f0..4f111524 100644 --- a/languages/python/doc/Makefile.am +++ b/languages/python/doc/Makefile.am @@ -1,5 +1,5 @@ tocdir = ${kde_datadir}/kdevdocumentation/tocs -toc_DATA = python.toc python_bugs.toc +toc_DATA = python2.toc python3.toc python_bugs.toc #indexdir = ${kde_datadir}/devdoctreeview/indices #index_DATA = python.index |
