]> git.donarmstrong.com Git - lilypond.git/commit
2nd try at fixing mass-link.py call.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 16 Jul 2007 07:50:57 +0000 (00:50 -0700)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 16 Jul 2007 07:50:57 +0000 (00:50 -0700)
commitc2572c5aa756ca10b2b41e40372e1bcedbf50b88
tree8b26fa4b03f6303e965c15019f14d368bb0fedde
parent927a97249f7390be025385c6f8a6298dcec48f96
2nd try at fixing mass-link.py call.

We cannot do

  cd $(outdir) && find stuff | python ../$(buildscript-dir)

as $(buildscript-dir) is not always absolute. Solution:

  find $(outdir) stuff | sed | python ../$(buildscript-dir)
make/doclang-targets.make