diff options
author | Florian Jung <flo@windfisch.org> | 2011-05-16 17:39:19 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-05-16 17:39:19 +0000 |
commit | 35d776fdb75f4e90954b402a883b1fce72de8239 (patch) | |
tree | 090a16f776259ea0bc71e24ca8c914fc265ee0d9 /muse2/share/scoreglyphs/feta-original | |
parent | 93ea371c955c961051b5c2e2d7b47881aec04c84 (diff) |
the *.mf files aren't installed any more
Diffstat (limited to 'muse2/share/scoreglyphs/feta-original')
-rw-r--r-- | muse2/share/scoreglyphs/feta-original/CMakeLists.txt | 27 |
1 files changed, 0 insertions, 27 deletions
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 - ) - |