diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-10 00:12:57 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-10 00:12:57 +0100 |
commit | 55098ed50587c4953cb921860048c100ccb6e9a2 (patch) | |
tree | 8886252ab69155edc4eadff19db2dc9e09b2cf96 | |
parent | docs --> doc (as every other kde app) (diff) | |
download | rekonq-55098ed50587c4953cb921860048c100ccb6e9a2.tar.xz |
Updating CMakeLists.txt0.8.1
- 0.8.1 version number
- doc & translations utilities for releaseme script
-rw-r--r-- | CMakeLists.txt | 12 |
1 files 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 |