From: Jan Nieuwenhuizen Date: Tue, 13 Aug 2002 23:55:55 +0000 (+0000) Subject: Add python link to build-datadir. Fixes X-Git-Tag: release/1.5.73~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ae1a5d1534b115a5e918acd0f1976fddce6b81e;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 && \