From 91c2fcc977970caa04763d748355a375dd8c4561 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 12 Nov 2005 18:53:44 +0000 Subject: [PATCH] (GENERATE_OMF): use buildscript-dir iso. $(depth)/buildscripts. --- ChangeLog | 3 +++ stepmake/stepmake/texinfo-vars.make | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03a31f0807..74da84f853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-11-12 Han-Wen Nienhuys + * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): use + buildscript-dir iso. $(depth)/buildscripts. + * tex/GNUmakefile (local-uninstall): remove music-drawing-routines.ps juggling. diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make index b66e47897c..aa7e1a8239 100644 --- a/stepmake/stepmake/texinfo-vars.make +++ b/stepmake/stepmake/texinfo-vars.make @@ -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) -- 2.39.5