summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-08-30 23:21:15 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-08-30 23:21:15 -0700
commit5fe8cadd36a43db97f4aa7fc24fd125d2ea48447 (patch)
tree34dd0f2aa41defc655470366502a957605113e4f /doc
parent46fc4d215e4f08b762b3723fbefacfe59d50427c (diff)
doc: Don't install CMake build artifacts
The install directive that installed the release notes accidentally installed $prefix/usr/share/doc/waffle-1/CMakeFiles. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 8df3b2e..3aae252 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -2,6 +2,6 @@ install(FILES "${CMAKE_SOURCE_DIR}/README.txt"
"${CMAKE_SOURCE_DIR}/LICENSE.txt"
DESTINATION "${waffle_install_docdir}")
-install(DIRECTORY "./"
+install(DIRECTORY "${CMAKE_SOURCE_DIR}/doc/release-notes"
DESTINATION "${waffle_install_docdir}"
FILES_MATCHING PATTERN "waffle-${waffle_major_version}.${waffle_minor_version}.*.txt")