Fix documentation installation path
authorMyhailo Danylenko <isbear@ukrpost.net>
Wed, 20 Jan 2010 21:43:34 +0200
changeset 3 707809a378e0
parent 2 7eb2b2d83cfc
child 4 b4b586665a8f
Fix documentation installation path
CMakeLists.txt
--- a/CMakeLists.txt	Sun Jan 17 12:48:57 2010 +0200
+++ b/CMakeLists.txt	Wed Jan 20 21:43:34 2010 +0200
@@ -39,11 +39,6 @@
 include_directories(${templatecmd_SOURCE_DIR} 
                     ${templatecmd_BINARY_DIR})
 
-## Installation
-install(TARGETS templatecmd DESTINATION lib/mcabber) 
-install(FILES templatecmd.rc TODO README COPYING DESTINATION share/doc/${CPACK_PACKAGE_NAME})
-install(DIRECTORY help DESTINATION share/mcabber)
-
 ## Packaging information
 set(CPACK_PACKAGE_NAME libmcabber-templatecmd)
 set(CPACK_PACKAGE_VERSION "0.0.1")
@@ -64,4 +59,9 @@
 set(CPACK_SOURCE_IGNORE_FILES "/\\\\..*;\\\\.swp;~$;/build/;\\\\.tar\\\\.;\\\\.deb;\\\\.so")
 include(CPack)
 
+## Installation
+install(TARGETS templatecmd DESTINATION lib/mcabber) 
+install(FILES templatecmd.rc TODO README COPYING DESTINATION share/doc/${CPACK_PACKAGE_NAME})
+install(DIRECTORY help DESTINATION share/mcabber)
+
 ## The End ## vim: se ts=4: ##