summaryrefslogtreecommitdiff
path: root/muse2/share/scoreglyphs
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-16 17:39:19 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-16 17:39:19 +0000
commit35d776fdb75f4e90954b402a883b1fce72de8239 (patch)
tree090a16f776259ea0bc71e24ca8c914fc265ee0d9 /muse2/share/scoreglyphs
parent93ea371c955c961051b5c2e2d7b47881aec04c84 (diff)
the *.mf files aren't installed any more
Diffstat (limited to 'muse2/share/scoreglyphs')
-rw-r--r--muse2/share/scoreglyphs/CMakeLists.txt5
-rw-r--r--muse2/share/scoreglyphs/feta-original/CMakeLists.txt27
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
- )
-