]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/texinfo-vars.make
* Documentation/user/lilypond.tely: omf updates.
[lilypond.git] / stepmake / stepmake / texinfo-vars.make
1
2 TEXI_FILES = $(wildcard *.texi)
3
4 ALL_SOURCES += $(TEXI_FILES)
5
6 TEXINFO_SOURCES = $(TEXI_FILES)
7
8 OUTTXT_FILES += $(addprefix $(outdir)/,$(TEXI_FILES:.texi=.txt))
9
10 GENERATE_OMF = $(PYTHON) $(depth)/buildscripts/texi2omf.py --format $(1) --location $(local_package_docdir)/$(current-relative-dir)/out-www/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
11
12