From 6c61c464e998fff957e8f3351453a63649bb2068 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 10 Dec 2011 00:59:58 +0100 Subject: build system fixes - docs --> doc (as every other KDE app...) - doc & translations utilities in CMakeLists.txt for releaseme script --- CMakeLists.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c43d6d62..52378efe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,11 +110,16 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) - ADD_SUBDIRECTORY( docs ) -# ADD_SUBDIRECTORY( i18n ) - ADD_SUBDIRECTORY( kwebapp ) ENDIF(REKONQ_CAN_BE_COMPILED) # ================================================================================ + +# doc & translations +set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS 1) + +# Do not remove or modify these. +# The release script substitutes in for these comments with appropriate doc and translation directories. +#PO_SUBDIR +#DOC_SUBDIR -- cgit v1.2.1