]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
* Documentation/user/music-glossary.tely: add @omf tags
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 663c89bcdb182c58ef176c42592ce3824534f90a..1430de5905888d6e7286b435981da0c4fa917691 100644 (file)
@@ -9,6 +9,14 @@ $(outdir)/%.html: $(outdir)/%.texi
 # we want footers even if website builds (or is built) partly
        $(footify) $@
 
+$(outdir)/%.html.omf: $(outdir)/%.texi
+       $(GENERATE_OMF) --format html --location $(local_package_docdir)/$(current-relative-dir)/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
+$(outdir)/%.pdf.omf: $(outdir)/%.texi
+       $(GENERATE_OMF) --format pdf --location $(local_package_docdir)/$(current-relative-dir)/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
+
+$(outdir)/%.ps.gz.omf: $(outdir)/%.texi
+       $(GENERATE_OMF) --format ps.gz --location $(local_package_docdir)/$(current-relative-dir)/$(notdir $(basename $@))  --version $(TOPLEVEL_VERSION) $< > $@
+
 # Generic rule not possible?
 $(outdir)/%/%.html: $(outdir)/%.texi
        $(MAKEINFO) --output=$@ --html $<