From ab99522a50c07528b820385a9e62f65ad0e0ebf1 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 7 Mar 2014 16:27:08 +0100 Subject: [PATCH] Port the cmake scripts with regards to documentation Needs a small change in KDocTools --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f846cd5ec..93b1d241e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,2 +1,2 @@ -kde4_create_manpage(man-plasmapkg.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR}) +kdoctools_create_manpage(man-plasmapkg.1.docbook 1 INSTALL_DESTINATION ${MAN_INSTALL_DIR})