1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
#=============================================================================
# MusE
# Linux Music Editor
# $Id:$
#
# Copyright (C) 2002-2008 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(FILES
sarabande.xml
adeste.mscx
bach-bc2.mscx
inv1.mscx
inv4.mscx
inv6.mscx
inv10.mscx
inv13.mscx
praeludium1.mscx
prelude-sr.mscx
promenade.mscx
scales.mscx
sonata16.mscx
italian-1.mscz
golliwogg.mscx
Estudio-No1-Tarrega.mscx
PlanxtyCarolan.mscx
wtc1fuga5.mscz
schnee.mscz
sarabande-gfh.mscz
All_Dudes.mscz
Triumph.mscz
Reunion.mscz
DESTINATION ${Mscore_SHARE_NAME}${Mscore_INSTALL_NAME}demos
)
|