diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-12-10 00:59:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-10 00:59:58 +0100 |
commit | 6c61c464e998fff957e8f3351453a63649bb2068 (patch) | |
tree | 47393eef91a74d4a39f0fdadc934748ba6c44fba /docs/CMakeLists.txt | |
parent | Fix typo: occurences-> occurrences. (diff) | |
download | rekonq-6c61c464e998fff957e8f3351453a63649bb2068.tar.xz |
build system fixes
- docs --> doc (as every other KDE app...)
- doc & translations utilities in CMakeLists.txt for releaseme script
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt deleted file mode 100644 index c3865ef3..00000000 --- a/docs/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -########### install files ################ -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR rekonq) |