diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-08 18:53:48 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-08 18:53:48 +0100 |
commit | 0ee5dac23e4b687755c18dd68bcc47625bc59532 (patch) | |
tree | ef7eca426aaadec9f2c56adc167334b0cbdd7b86 /CMakeLists.txt | |
parent | updated version info (diff) | |
download | rekonq-0ee5dac23e4b687755c18dd68bcc47625bc59532.tar.xz |
Ready for 0.0.3 release. Last fixes..
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9578c73d..56d8f9b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,7 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( icons ) ADD_SUBDIRECTORY( data ) ADD_SUBDIRECTORY( htmls ) - ADD_SUBDIRECTORY( doc ) +# ADD_SUBDIRECTORY( doc ) ENDIF(REKONQ_CAN_BE_COMPILED) |