From: fred Date: Sun, 24 Mar 2002 20:10:35 +0000 (+0000) Subject: lilypond-0.1.58 X-Git-Tag: release/1.5.59~3162 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f233356fa5737a96dcf0e768ed279936bdc1846;p=lilypond.git lilypond-0.1.58 --- diff --git a/Documentation/Makefile b/Documentation/Makefile index f10afdbf80..47df8c5935 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -39,7 +39,7 @@ giffiles=$(XPMS:.xpm=.gif) gifs: $(addprefix $(outdir)/, $(giffiles)) -EXTRA_DISTFILES = $(XPMS) $(DOCFILES) vocabulary-data vocabulary-forms.el fonts.tex automake.urgh +EXTRA_DISTFILES = $(XPMS) $(DOCFILES) vocabulary-data vocabulary-forms.el fonts.tex automake.urgh engraving.bib # don't do DVI files. They can only be made if lily is installed do-doc: $(TEXTFILES) diff --git a/make/Toplevel.make.in b/make/Toplevel.make.in index c058487bcb..f376ebc313 100644 --- a/make/Toplevel.make.in +++ b/make/Toplevel.make.in @@ -17,7 +17,7 @@ depth = . # NAME = lilypond SUBDIRS = bin flower lib lily mf mi2mu debian\ - Documentation init input tex make mutopia + Documentation init input tex make mutopia test include VERSION # @@ -32,9 +32,6 @@ README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCE \ INSTALL.txt AUTHORS.txt PATCHES.txt EXTRA_DISTFILES = config.make.in config.hh.in .dstreamrc mudela-mode.el VERSION $(README_FILES) $(SCRIPTS) -# do not dist ./Makefile (is copied from make/Toplevel.make) -DISTFILES:=$(EXTRA_DISTFILES) -# # generic targets and rules: @@ -44,11 +41,22 @@ include ./$(depth)/make/Variables.make include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make +# +# override Variables.make: +# do not dist ./Makefile (is copied from make/Toplevel.make) +# +DISTFILES := $(EXTRA_DISTFILES) + + + localdist: configure local-distclean: rm -f config.hh config.make Makefile config.cache config.status config.log +local-maintainerclean: + rm -f configure + Makefile: make/Toplevel.make.in chmod +w $@ echo '# WARNING WARNING WARNING WARNING' > $@