From: janneke Date: Tue, 13 Aug 2002 23:55:55 +0000 (+0000) Subject: Add python link to build-datadir. Fixes X-Git-Tag: release/1.7.25~889 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bc81343b25097d159b2444f108fd711a316397e;p=lilypond.git Add python link to build-datadir. Fixes generation of midi2ly man page. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index f590fbf468..ca3cf2422a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -135,7 +135,7 @@ $(builddir)/share/lilypond-force: ln -s ../../mf/$(outconfbase) tfm && \ ln -s $(abs-srcdir)/mf && \ ln -s $(abs-srcdir)/ps && \ - ln -s ../../python/out python && \ + ln -s ../../python/$(outconfbase) python && \ ln -s $(abs-srcdir)/scm @cd $(builddir)/share/lilypond/tex && \ ln -s $(abs-srcdir)/tex source && \