X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftexinfo-vars.make;h=30451cef6f9eb954f774c6865d43ebb36e35926d;hb=f9980f5ecaae4d2cfc03d5379c5588596cc60d03;hp=b615e060790227a908bb3c0291364bc922a171b8;hpb=a23264aee8cab5acaa94cdc103f2497c3f042543;p=lilypond.git diff --git a/stepmake/stepmake/texinfo-vars.make b/stepmake/stepmake/texinfo-vars.make index b615e06079..30451cef6f 100644 --- a/stepmake/stepmake/texinfo-vars.make +++ b/stepmake/stepmake/texinfo-vars.make @@ -1,5 +1,5 @@ -TEXI_FILES = $(wildcard *.texi) +TEXI_FILES = $(call src-wildcard,*.texi) ALL_SOURCES += $(TEXI_FILES) @@ -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 $(package_docdir)/html/$(current-relative-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) @@ -17,7 +17,7 @@ MAKEINFO = LANG= $(MAKEINFO_PROGRAM) --enable-encoding # info stuff INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES))) INFO_INSTALL_COMMAND =$(if $(INFO_INSTALL_FILES),\ - $(INSTALL) -d $(DESTDIR)$(package_infodir) ; \ - $(MAKE) INSTALLATION_OUT_DIR=$(DESTDIR)$(package_infodir) \ + $(INSTALLPY) -d $(DESTDIR)$(package_infodir) ; \ + $(MAKE) INSTALLATION_OUT_DIR=$(package_infodir) \ depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" \ -f $(stepdir)/install-out.sub.make,true)