From d13336efa69b52766e27d35e224b1c832b77e2ab Mon Sep 17 00:00:00 2001 From: Heikki Junes Date: Mon, 1 Sep 2003 21:09:15 +0000 Subject: [PATCH] * GNUmakefile.in: add target `lilypond.words'. * lilypond.words: remove file, generated by `make lilypond.words'. --- ChangeLog | 4 ++++ GNUmakefile.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae1eefdae7..3e6f735300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ * buildscripts/lilypond.words.py: add file. Creates lilypond.words from source files and search patterns listed in the script. + * GNUmakefile.in: add target `lilypond.words'. + + * lilypond.words: remove file, generated by `make lilypond.words'. + 2003-08-31 Heikki Junes * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura. diff --git a/GNUmakefile.in b/GNUmakefile.in index d26828ddd0..8a6e3f1f22 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -59,6 +59,9 @@ $(outdir)/$(fontball): $(outdir)/$(deb) get-pfa-fonts: $(outdir)/$(fontball) # install by hand from $< +lilypond.words: + cd $(builddir) && $(PYTHON) $(buildscript-dir)/lilypond.words.py + web-install: -$(INSTALL) -m 755 -d $(webdir) tar -C $(webdir)/ -xzf $(outdir)/web.tar.gz -- 2.39.5