MuseScore/share/manual/CMakeLists.txt

49 lines
1.4 KiB
Text
Raw Normal View History

#=============================================================================
# MusE
# Linux Music Editor
# $Id:$
#
2012-07-11 21:29:42 +02:00
# Copyright (C) 2002-2012 by Werner Schweer and others
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#=============================================================================
install(DIRECTORY
plugins
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}manual
)
change build process to install generated plugin documentation with cmake Squashed commit of the following: commit bb5a149044f3a0e4aa18258859dc9d1332d253d7 Merge: f2d264e c52d265 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:30:12 2014 +1000 Merge branch 'cmakePluginDoc' of github.com:akdor1154/MuseScore into cmakePluginDoc commit f2d264e353b40963098bead30f8fb34b9b152e54 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:22:48 2014 +1000 revert a packaging change unrelated to this PR commit 729147e912f9dd65029dec9de11519c71cad6eae Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:18:37 2014 +1000 modify build process so plugin documentation is installed by cmake commit e836b35df81e65cf78a87043747571cdd3e97fcc Author: lasconic <lasconic@gmail.com> Date: Sat Jul 19 16:21:14 2014 +0200 fix #27871 + more cosmetic changes to palettes commit d881b20e1e97dfaf85ae3175f3556c5dbf6c7fdb Author: lasconic <lasconic@gmail.com> Date: Sat Jul 19 12:29:20 2014 +0200 set mscVersion to the current version after the first layout of 1.3 scores commit c52d2652b023b521c1a17889da059c727d4737fb Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:18:37 2014 +1000 modify build process so plugin documentation is installed by cmake commit 4dd4a0d43cfe9859f79e5a03f3021f96d630a28c Merge: b4d51ee 8cc66dd Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 13:48:43 2014 +1000 Merge branch 'master' of git://github.com/MuseScore/MuseScore commit b4d51ee2986181a4daad0e7109dfd7ddc68673c8 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 13:25:38 2014 +1000 remove bad debdepends
2014-07-21 12:38:00 +02:00
install (DIRECTORY
${PROJECT_BINARY_DIR}/share/manual/plugins
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}manual
2014-07-21 12:49:32 +02:00
)
change build process to install generated plugin documentation with cmake Squashed commit of the following: commit bb5a149044f3a0e4aa18258859dc9d1332d253d7 Merge: f2d264e c52d265 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:30:12 2014 +1000 Merge branch 'cmakePluginDoc' of github.com:akdor1154/MuseScore into cmakePluginDoc commit f2d264e353b40963098bead30f8fb34b9b152e54 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:22:48 2014 +1000 revert a packaging change unrelated to this PR commit 729147e912f9dd65029dec9de11519c71cad6eae Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:18:37 2014 +1000 modify build process so plugin documentation is installed by cmake commit e836b35df81e65cf78a87043747571cdd3e97fcc Author: lasconic <lasconic@gmail.com> Date: Sat Jul 19 16:21:14 2014 +0200 fix #27871 + more cosmetic changes to palettes commit d881b20e1e97dfaf85ae3175f3556c5dbf6c7fdb Author: lasconic <lasconic@gmail.com> Date: Sat Jul 19 12:29:20 2014 +0200 set mscVersion to the current version after the first layout of 1.3 scores commit c52d2652b023b521c1a17889da059c727d4737fb Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 20:18:37 2014 +1000 modify build process so plugin documentation is installed by cmake commit 4dd4a0d43cfe9859f79e5a03f3021f96d630a28c Merge: b4d51ee 8cc66dd Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 13:48:43 2014 +1000 Merge branch 'master' of git://github.com/MuseScore/MuseScore commit b4d51ee2986181a4daad0e7109dfd7ddc68673c8 Author: Jarrad Whitaker <akdor1154@gmail.com> Date: Mon Jul 21 13:25:38 2014 +1000 remove bad debdepends
2014-07-21 12:38:00 +02:00
2013-10-16 18:09:26 +02:00
install(FILES
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}manual
)
2012-07-13 13:09:26 +02:00
if (IS_DIRECTORY en)
install (DIRECTORY
en
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}manual
)
2012-07-13 13:09:26 +02:00
endif (IS_DIRECTORY en)
2012-07-11 21:29:42 +02:00
if (IS_DIRECTORY de)
install (DIRECTORY
de
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}manual
)
endif (IS_DIRECTORY de)