]> git.donarmstrong.com Git - lilypond.git/commitdiff
(GENERATE_OMF): use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 18:53:44 +0000 (18:53 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 12 Nov 2005 18:53:44 +0000 (18:53 +0000)
buildscript-dir iso. $(depth)/buildscripts.

ChangeLog
stepmake/stepmake/texinfo-vars.make

index 03a31f0807a55c40e01b5a82be8e152d1f9b9448..74da84f853b4914d23c1fcea235ff6a5745d5030 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-11-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use
+       buildscript-dir iso. $(depth)/buildscripts.
+
        * tex/GNUmakefile (local-uninstall): remove
        music-drawing-routines.ps juggling.
 
index b66e47897c6ea55712fb31afb5388e09ca062dd9..aa7e1a82397f7ca1ef206626fc2e9332b70f645e 100644 (file)
@@ -7,7 +7,7 @@ TEXINFO_SOURCES = $(TEXI_FILES)
 
 OUTTXT_FILES += $(addprefix $(outdir)/,$(TEXI_FILES:.texi=.txt))
 
-GENERATE_OMF = $(PYTHON) $(depth)/buildscripts/texi2omf.py --format $(1) --location $(webdir)/$(tree-dir)/out-www/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
+GENERATE_OMF = $(PYTHON) $(buildscript-dir)/texi2omf.py --format $(1) --location $(webdir)/$(tree-dir)/out-www/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
 
 TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper)