From eb15087a30bb447e9a3849e945f7b7c7b1826a85 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:51:16 +0000 Subject: [PATCH] lilypond-1.2.3 --- make/mudela-rules.make | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/make/mudela-rules.make b/make/mudela-rules.make index 4e82175ea2..e74e96f70c 100644 --- a/make/mudela-rules.make +++ b/make/mudela-rules.make @@ -1,11 +1,22 @@ # Mudela_rules.make -.SUFFIXES: .doc .dvi .mudtex - - +.SUFFIXES: .doc .dvi .mudtex .tely .texi $(outdir)/%.latex: %.doc cd $(outdir); $(PYTHON) $(depth)/../scripts/mudela-book.py -I .. -I $(depth)/../input/test/ --dependencies ../$< - sed 's! \.\./! !g'< $(basename $@).dep > $(outdir)/temp.dep - sed 's!^\(.*\):!'$(outdir)'/\1:!g' < $(outdir)/temp.dep > $(basename $@).dep - rm $(outdir)/temp.dep +# sed 's! \.\./! !g'< $(basename $@).dep > $(outdir)/temp.dep +# sed 's!^\(.*\):!'$(outdir)'/\1:!g' < $(outdir)/temp.dep > $(basename $@).dep +# rm $(outdir)/temp.dep + +$(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 + cd $(outdir); texi2dvi --clean ../$< -- 2.39.5