]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/mudela-rules.make
release: 1.2.5
[lilypond.git] / make / mudela-rules.make
index c2e1b202e52d2799717f84fd7718d6d41315dc77..b6c04a5e48765403ee447d7c529cc7e3fa1938a2 100644 (file)
@@ -11,14 +11,3 @@ $(outdir)/%.latex: %.doc
 $(outdir)/%.texi: %.tely
        cd $(outdir); $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies --format=texi ../$<
 
-$(outdir)/%.info: $(outdir)/%.texi
-       makeinfo --output=$@ $<
-
-$(outdir)/%.html:      $(outdir)/%.texi
-       makeinfo --output=$@ --html --no-headers $< 
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $@ $(wildcard $(basename $@)[0-9][0-9].html)
-
-$(outdir)/%.dvi:       $(outdir)/%.texi
-       # --clean only in >= 3.12s
-       # cd $(outdir); texi2dvi --clean ../$< 
-       cd $(outdir); texi2dvi ../$<