CMakeLists.txt
changeset 26 abd0e8810b78
parent 21 8b61328ab7c1
child 27 6de25ac5876c
--- a/CMakeLists.txt	Sun Jul 22 15:29:30 2012 +0300
+++ b/CMakeLists.txt	Tue Aug 21 02:47:32 2012 +0300
@@ -1,7 +1,7 @@
-## Copyright 2009 Myhailo Danylenko
-# This file is part of mcabber module writing howto examples.
+## Copyright 2009-2012 Myhailo Danylenko
+# This file is part of mcabber-env
 #
-# Examples are free software: you can redistribute it and/or modify
+# mcabber-env is a free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 2 of the License, or
 # (at your option) any later version.
@@ -64,7 +64,7 @@
 
 ## Installation
 install(TARGETS env DESTINATION lib/mcabber) 
-install(FILES env.rc COPYING README TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME})
+install(FILES docs/env.rc COPYING docs/readme.mdwn docs/todo.mdwn DESTINATION share/doc/${CPACK_PACKAGE_NAME})
 install(DIRECTORY help DESTINATION share/mcabber)
 install(FILES ${PROJECT_BINARY_DIR}/env.avv DESTINATION share/mcabber/avv/modules RENAME env)