]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* python/GNUmakefile (INSTALLATION_DIR1): install Python module
[lilypond.git] / GNUmakefile.in
index 242c59b7123424c992e276d0b498f1c5f43e685e..1f4944f5287d2de819ba72525404d6184d297dff 100644 (file)
@@ -132,10 +132,13 @@ CATALOGS = $(HELP_CATALOGS:lilypond=)
 
 $(builddir)/share/lilypond-force:
 # Preparing LilyPond tree for builddir exec
-       cd $(builddir) && rm -rf share
+       cd $(builddir) && rm -rf share lib
        mkdir -p $(builddir)/share/lilypond
+       mkdir -p $(builddir)/lib/lilypond
        mkdir -p $(builddir)/share/lilypond/fonts
        mkdir -p $(builddir)/share/lilypond/tex
+       cd $(builddir)/lib/lilypond && \
+               ln -s  ../../python/$(outconfbase) python. 
        cd $(builddir)/share/lilypond && \
                ln -s $(abs-srcdir)/ly ly && \
                ln -s ../../mf/$(outconfbase) dvips && \