From 12bd4a6db2a91890738dd5a1e9e3b2e5847311b3 Mon Sep 17 00:00:00 2001 From: John Brooks Date: Thu, 8 Nov 2012 09:39:09 -0700 Subject: [PATCH] Don't install README files --- CMakeLists.txt | 3 --- src/qdeclarativebooster/CMakeLists.txt | 1 - 2 files changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fec0cb..493ebd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,9 +92,6 @@ else (EXISTS ${Doxygen}) message(STATUS "Doxygen not found: you're not able to build documentation.") endif (EXISTS ${Doxygen}) -# Install README -install(FILES README DESTINATION /usr/share/doc/applauncherd) - # Install html documentation install(DIRECTORY doc/implementation-documentation DESTINATION /usr/share/doc/applauncherd OPTIONAL) install(DIRECTORY doc/user-documentation DESTINATION /usr/share/doc/applauncherd OPTIONAL) diff --git a/src/qdeclarativebooster/CMakeLists.txt b/src/qdeclarativebooster/CMakeLists.txt index 4f28a59..497b0ea 100644 --- a/src/qdeclarativebooster/CMakeLists.txt +++ b/src/qdeclarativebooster/CMakeLists.txt @@ -37,5 +37,4 @@ install(TARGETS qdeclarativebooster DESTINATION /usr/lib/applauncherd/) install(TARGETS mdeclarativecache DESTINATION /usr/lib) install(FILES mdeclarativecache.h MDeclarativeCache DESTINATION /usr/include/applauncherd PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) -install(FILES README-QDECLARATIVEBOOSTER DESTINATION /usr/share/doc/applauncherd)