From 5aab601250eac3f11079185776b0ef1d8b201ba8 Mon Sep 17 00:00:00 2001 From: Burkhard Luck Date: Tue, 10 Jul 2012 22:31:38 +0200 Subject: rekonq has a Help action, a documentation, but this documentation is not build, therefore adding doc directory to CMakeLists.txt REVIEW:105506 REVIEWED-BY: adjam --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aa63c08..6da8c57f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -185,6 +185,7 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) ADD_SUBDIRECTORY( kwebapp ) + ADD_SUBDIRECTORY( doc ) ENDIF(REKONQ_CAN_BE_COMPILED) -- cgit v1.2.1