From: Matthias Kilian Date: Tue, 15 Dec 2009 07:07:43 +0000 (-0800) Subject: Use $(PYTHON), not python, to create version.itexi X-Git-Tag: release/2.13.10-1~177 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c21cb773199813ec4c6f2371d42bc21b2734ce37;p=lilypond.git Use $(PYTHON), not python, to create version.itexi --- diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 84f2894774..6be8c5f078 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -63,7 +63,7 @@ $(outdir)/version.%: $(top-src-dir)/VERSION echo $(TOPLEVEL_VERSION)>> $@ echo '@end macro'>> $@ echo ''>> $@ - python $(top-src-dir)/scripts/build/create-version-itexi.py >> $@ + $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py >> $@ .SECONDARY: $(outdir)/version.itexi $(outdir)/version.texi \ $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep \