From 16a366e41187b94a8cdc050e69095a572159ee01 Mon Sep 17 00:00:00 2001 From: hjunes Date: Wed, 3 Sep 2003 15:27:19 +0000 Subject: [PATCH] put lilypond.words to $(outdir) --- ChangeLog | 2 ++ GNUmakefile.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 153bf3964a..2f16f3c3be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * buildscripts/lilypond.words.py: take filename (also) from an arg. + * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir). + 2003-09-02 Han-Wen Nienhuys * Documentation/topdocs/README.texi (Top): clarifications. diff --git a/GNUmakefile.in b/GNUmakefile.in index d3ca336098..08f5bdc879 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -60,7 +60,7 @@ get-pfa-fonts: $(outdir)/$(fontball) # install by hand from $< lilypond.words: - cd $(builddir) && $(PYTHON) $(buildscript-dir)/lilypond.words.py + cd $(builddir) && $(PYTHON) $(buildscript-dir)/lilypond.words.py $(outdir)/lilypond.words web-install: -$(INSTALL) -m 755 -d $(webdir) -- 2.39.5