From 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 20:05:33 +0100 Subject: Finish renaming tdevelop components --- doc/std/CMakeLists.txt | 4 ++-- doc/std/Makefile.am | 4 ++-- doc/std/kdev3api.toc | 45 --------------------------------------------- doc/std/tdev3api.toc | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 doc/std/kdev3api.toc create mode 100644 doc/std/tdev3api.toc (limited to 'doc/std') diff --git a/doc/std/CMakeLists.txt b/doc/std/CMakeLists.txt index 3c034ee5..edb0d2a8 100644 --- a/doc/std/CMakeLists.txt +++ b/doc/std/CMakeLists.txt @@ -11,6 +11,6 @@ install( FILES - kdev3api.toc - DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs + tdev3api.toc + DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs ) diff --git a/doc/std/Makefile.am b/doc/std/Makefile.am index 07f12cde..7b636e47 100644 --- a/doc/std/Makefile.am +++ b/doc/std/Makefile.am @@ -1,5 +1,5 @@ -tocdir = ${kde_datadir}/kdevdocumentation/tocs -toc_DATA = kdev3api.toc +tocdir = ${kde_datadir}/tdevdocumentation/tocs +toc_DATA = tdev3api.toc #indexdir = ${kde_datadir}/devdoctreeview/indices #index_DATA = diff --git a/doc/std/kdev3api.toc b/doc/std/kdev3api.toc deleted file mode 100644 index ef1c82dc..00000000 --- a/doc/std/kdev3api.toc +++ /dev/null @@ -1,45 +0,0 @@ - - -KDevelop API Documentation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/std/tdev3api.toc b/doc/std/tdev3api.toc new file mode 100644 index 00000000..ef1c82dc --- /dev/null +++ b/doc/std/tdev3api.toc @@ -0,0 +1,45 @@ + + +KDevelop API Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3