]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* scm/backend-library.scm (postscript->png): Fix comment and png
[lilypond.git] / GNUmakefile.in
index 57ad0d9528a663be4c55260830ff52b2e5cc4bb2..57d9f011361c89fe1ad9ebd7698d1cdadc4cbb2d 100644 (file)
@@ -82,6 +82,7 @@ local-WWW-post:
        echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(builddir)/index.html
        cat $(outdir)/weblist | (cd $(builddir); GZIP=-9v tar -czf $(outdir)/web.tar.gz  -T -)
 
+share-prefix = $(builddir)/share
 tree-prefix = $(builddir)/share/lilypond/$(TOPLEVEL_VERSION)
 
 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
@@ -138,9 +139,9 @@ $(tree-prefix)/lilypond-force: GNUmakefile
                ln -sf ../../../../../elisp/$(outconfbase)/lilypond-words.el . && \
                ln -s $(abs-srcdir)/elisp/*.el .
        $(foreach i,$(CATALOGS), \
-               mkdir -p $(tree-prefix)/locale/$i/LC_MESSAGES && \
-               cd $(tree-prefix)/locale/$i/LC_MESSAGES && \
-               ln -sf ../../../../../po/$(outconfbase)/$i.mo lilypond.mo &&) true
+               mkdir -p $(share-prefix)/locale/$i/LC_MESSAGES && \
+               cd $(share-prefix)/locale/$i/LC_MESSAGES && \
+               ln -sf ../../../../po/$(outconfbase)/$i.mo lilypond.mo &&) true
        touch $@
 
 local-clean: builddir-setup-clean