diff options
Diffstat (limited to 'languages/php/doc')
-rw-r--r-- | languages/php/doc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | languages/php/doc/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/languages/php/doc/CMakeLists.txt b/languages/php/doc/CMakeLists.txt index 59ea2199..8b7e6b10 100644 --- a/languages/php/doc/CMakeLists.txt +++ b/languages/php/doc/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES php.toc php_bugs.toc - DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs ) + DESTINATION ${DATA_INSTALL_DIR}/tdevdocumentation/tocs ) diff --git a/languages/php/doc/Makefile.am b/languages/php/doc/Makefile.am index 163d435b..2b2ce6aa 100644 --- a/languages/php/doc/Makefile.am +++ b/languages/php/doc/Makefile.am @@ -1,4 +1,4 @@ -tocdir = ${kde_datadir}/kdevdocumentation/tocs +tocdir = ${kde_datadir}/tdevdocumentation/tocs toc_DATA = php.toc php_bugs.toc #indexdir = ${kde_datadir}/devdoctreeview/indices |