# HG changeset patch # User Myhailo Danylenko # Date 1257951946 -7200 # Node ID 4b96709ac242ef87c3503bd1e7973b43f1d44c73 # Parent f579d963719588ea752923b138ad687831b49c36 Install README diff -r f579d9637195 -r 4b96709ac242 CMakeLists.txt --- a/CMakeLists.txt Wed Nov 11 17:05:05 2009 +0200 +++ b/CMakeLists.txt Wed Nov 11 17:05:46 2009 +0200 @@ -63,7 +63,7 @@ ## Installation install(TARGETS pep DESTINATION lib/mcabber) -install(FILES pep.rc COPYING TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME}) +install(FILES pep.rc COPYING TODO README DESTINATION share/doc/${CPACK_PACKAGE_NAME}) install(FILES pep.h DESTINATION include/mcabber) ## The End ## vim: se ts=4: ##