CMakeLists.txt
changeset 19 ff5884d8bbf5
parent 14 5d8f38cc86ac
equal deleted inserted replaced
18:aeb36f2945de 19:ff5884d8bbf5
     1 ## Copyright 2009 Myhailo Danylenko
     1 ## Copyright 2009-2012 Myhailo Danylenko
     2 # This file is part of mcabber module writing howto examples.
     2 # This file is part of mcabber-templatecmd
     3 #
     3 #
     4 # Examples are free software: you can redistribute it and/or modify
     4 # mcabber-templatecmd is a free software: you can redistribute it
     5 # it under the terms of the GNU General Public License as published by
     5 # and/or modify it under the terms of the GNU General Public
     6 # the Free Software Foundation, either version 2 of the License, or
     6 # License as published by the Free Software Foundation, either version
     7 # (at your option) any later version.
     7 # 2 of the License, or (at your option) any later version.
     8 #
     8 #
     9 # This program is distributed in the hope that it will be useful,
     9 # This program is distributed in the hope that it will be useful,
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12 # GNU General Public License for more details.
    12 # GNU General Public License for more details.
    62 
    62 
    63 configure_file(templatecmd.avv.in templatecmd.avv)
    63 configure_file(templatecmd.avv.in templatecmd.avv)
    64 
    64 
    65 ## Installation
    65 ## Installation
    66 install(TARGETS templatecmd DESTINATION lib/mcabber) 
    66 install(TARGETS templatecmd DESTINATION lib/mcabber) 
    67 install(FILES templatecmd.rc TODO README COPYING DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    67 install(FILES docs/templatecmd.rc TODO docs/readme.mdwn COPYING DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    68 install(DIRECTORY help DESTINATION share/mcabber)
    68 install(DIRECTORY help DESTINATION share/mcabber)
    69 install(FILES ${PROJECT_BINARY_DIR}/templatecmd.avv DESTINATION share/mcabber/avv/modules RENAME templatecmd)
    69 install(FILES ${PROJECT_BINARY_DIR}/templatecmd.avv DESTINATION share/mcabber/avv/modules RENAME templatecmd)
    70 
    70 
    71 ## The End ## vim: se ts=4: ##
    71 ## The End ## vim: se ts=4: ##