From: fred Date: Sun, 24 Mar 2002 19:36:58 +0000 (+0000) Subject: lilypond-0.0.45 X-Git-Tag: release/1.5.59~5092 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62e23bd500cde2297a2f5f7fc276e7c3530409ad;p=lilypond.git lilypond-0.0.45 --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 7ac03e335c..0000000000 --- a/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# -# project LilyPond -- the musical typesetter -# title top level makefile for LilyPond -# file Makefile -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen -# Han-Wen Nienhuys -# ...your sort order here, or how to comment-out a comment - -# subdir level: -# -depth = . -# - -# identify module: -# -NAME = lilypond -include .version -include ./$(depth)/make/Version.make - -# generic variables: -# -include ./$(depth)/make/Variables.make -# - -# descent order into subdirectories: -# -SUBDIRS = flower lib lily mi2mu \ - Documentation bin init input tex make -# - -# list of distribution files: -# -# SYMLINKS = # naah, configure -SCRIPTS = configure configure.in install-sh -README_FILES = ANNOUNCE COPYING NEWS README TODO INSTALL.text -EXTRA_DISTFILES= .dstreamrc .version $(README_FILES) $(SCRIPTS) $(SYMLINKS) -# - - -# generic targets and rules: -# -include ./$(depth)/make/Targets.make -include ./$(depth)/make/Rules.make -# - -localdist: configure - -# ugh. I know dep is not quite what is really needed. -INSTALL.text: check-doc-deps - rm -f INSTALL.text - ln `find -name INSTALL.text|head -1` . - -localclean: - rm -f $(allexe) core config.cache config.log config.status - -localinstall: all - $(INSTALL) -d $(bindir) - $(INSTALL) -m 755 $(allexe) $(bindir) - -localuninstall: - for i in $(allexe); do rm -f $(bindir)/`basename $$i`; done \ No newline at end of file diff --git a/make/Makefile b/make/Makefile index 1f8f6ca8c7..0928f016e2 100644 --- a/make/Makefile +++ b/make/Makefile @@ -20,7 +20,7 @@ NAME = make # list of distribution files: # -EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in +EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in Toplevel.make.in # # generic variables: