diff options
Diffstat (limited to 'muse2/share')
| -rw-r--r-- | muse2/share/scoreglyphs/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | muse2/share/scoreglyphs/feta-original/CMakeLists.txt | 27 | 
2 files changed, 1 insertions, 31 deletions
| diff --git a/muse2/share/scoreglyphs/CMakeLists.txt b/muse2/share/scoreglyphs/CMakeLists.txt index 16617660..fe520892 100644 --- a/muse2/share/scoreglyphs/CMakeLists.txt +++ b/muse2/share/scoreglyphs/CMakeLists.txt @@ -18,10 +18,7 @@  #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  #============================================================================= -file (GLOB scoreglyph_files *.png LICENSE) - -subdirs( feta-original -       ) +file (GLOB scoreglyph_files *.png)  install( FILES ${scoreglyph_files}        DESTINATION ${MusE_SHARE_DIR}/scoreglyphs diff --git a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt b/muse2/share/scoreglyphs/feta-original/CMakeLists.txt deleted file mode 100644 index 04e44107..00000000 --- a/muse2/share/scoreglyphs/feta-original/CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -#============================================================================= -#  MusE -#  Linux Music Editor -#  $Id:$ -# -#  Copyright (C) 2002-2006 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. -#============================================================================= - -file (GLOB fetaorig_files COPYING-lilypond GNUmakefile README *.pe.in *.mf *.mp) - - -install( FILES ${fetaorig_files} -      DESTINATION ${MusE_SHARE_DIR}/scoreglyphs/feta-original -      ) - | 
