X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=1f4944f5287d2de819ba72525404d6184d297dff;hb=5076750d784d8fc19a6462915ad76ae155b8ab39;hp=242c59b7123424c992e276d0b498f1c5f43e685e;hpb=42b61411fc505d06cfc66e00e1d2bfe306393ffb;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 242c59b712..1f4944f528 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 && \