From 55098ed50587c4953cb921860048c100ccb6e9a2 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 10 Dec 2011 00:12:57 +0100 Subject: Updating CMakeLists.txt - 0.8.1 version number - doc & translations utilities for releaseme script --- CMakeLists.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd11a851..4f861e1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.8.0" ) +SET(REKONQ_VERSION "0.8.1" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) @@ -100,9 +100,15 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) - ADD_SUBDIRECTORY( doc ) -# ADD_SUBDIRECTORY( i18n ) 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