From c4d3ab77c8ea27734f7d65b67d55567ec43dc470 Mon Sep 17 00:00:00 2001 From: hjunes Date: Sat, 20 Sep 2003 10:06:55 +0000 Subject: [PATCH] * GNUmakefile.in, buildscripts/lilypond.words: give only path in GNUmakefile.in. --- ChangeLog | 3 +++ GNUmakefile.in | 2 +- buildscripts/lilypond.words.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d629acc4a6..73b951fe36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim. + * GNUmakefile.in, buildscripts/lilypond.words: give only path in + GNUmakefile.in. + 2003-09-19 Jan Nieuwenhuizen * stepmake/stepmake/help2man-rules.make: Allow manpages to fail diff --git a/GNUmakefile.in b/GNUmakefile.in index 55d2ee25a3..bdeed29f2f 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 $(outdir)/lilypond.words + cd $(builddir) && $(PYTHON) $(buildscript-dir)/lilypond.words.py $(outdir) web-install: -$(INSTALL) -m 755 -d $(webdir) diff --git a/buildscripts/lilypond.words.py b/buildscripts/lilypond.words.py index 10c8f9f516..abc33b3801 100755 --- a/buildscripts/lilypond.words.py +++ b/buildscripts/lilypond.words.py @@ -127,7 +127,7 @@ for name in [ if sys.argv[1:] == []: out = open('lilypond.words', 'w') else: - out = open(sys.argv[1], 'w') + out = open(sys.argv[1]+'/lilypond.words', 'w') # the menu in lilypond-mode.el for line in [ -- 2.39.5