]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/collated-files.tely): use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Feb 2006 14:08:36 +0000 (14:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 20 Feb 2006 14:08:36 +0000 (14:08 +0000)
$(buildscript-dir) iso. absolute depth.

ChangeLog
make/lysdoc-rules.make

index 2b47bc828abbed65ef28b7037479a64d21564ea7..92cf93e00e3467e95ea687dd68c27611e50d8b23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
+       $(buildscript-dir) iso. absolute depth.
+
        * buildscripts/genicon.py (dir): thinko.
 
        * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
index 9e696adb8d0fa5d22164fbfa7fe6024c1541a3c5..ad42cf0fa0fb82892710d135ba9afee84c527034 100644 (file)
@@ -2,5 +2,5 @@
 
 
 $(outdir)/collated-files.tely: $(LY_FILES)
-       $(PYTHON) ../../buildscripts/lys-to-tely.py --name=$(outdir)/collated-files --title="$(TITLE)" $(LY_FILES)
+       $(PYTHON) $(buildscript-dir)/lys-to-tely.py --name=$(outdir)/collated-files --title="$(TITLE)" $(LY_FILES)