From 00d8e7e1a64c1b0c6d2869b91e49905b59425f43 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 2 Jun 2006 16:10:08 +0000 Subject: [PATCH] * make/mutopia-rules.make ($(outdir)/%.ly): eliminate duplicate recipe. * tex/texinfo.tex (sectionheading, q.v.): \quoteexpand for @example --- ChangeLog | 7 +++++++ make/mutopia-rules.make | 14 ++------------ tex/texinfo.tex | 2 +- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index deee21b051..f0cc40a4a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-02 Han-Wen Nienhuys + + * make/mutopia-rules.make ($(outdir)/%.ly): eliminate duplicate recipe. + + * tex/texinfo.tex (sectionheading, q.v.): \quoteexpand for + @example + 2006-06-01 Han-Wen Nienhuys * scm/framework-ps.scm (output-framework): start system count at 1. diff --git a/make/mutopia-rules.make b/make/mutopia-rules.make index 8a1f0fef85..ef4a483ba0 100644 --- a/make/mutopia-rules.make +++ b/make/mutopia-rules.make @@ -1,14 +1,7 @@ -$(outdir)/%.ly.txt: %.ly - ln -f $< $@ - -$(outdir)/%.ly.txt: $(outdir)/%.ly - cp -f $< $@ - -$(outdir)/%.ly.txt: %.abc -#which file to show here -- abc seems more cute? - ln -f $< $@ +$(outdir)/%.ly: %.ly + cp $< $@ $(outdir)/%.ly: %.abc $(PYTHON) $(ABC2LY) --strict -o $@ $< @@ -18,7 +11,4 @@ $(outdir)/%.png $(outdir)/%.pdf $(outdir)/%.ly $(outdir)/%.ps: $(outdir)/%.ly cd $(outdir); $(LILYPOND_BINARY) --pdf --png -ddump-signatures -danti-alias-factor=2 -ddump-signatures -ddelete-intermediate-files -dno-point-and-click -I $(call absdir,$(src-dir))/ $(notdir $<) touch $(outdir)/$(basename $(notdir $<)).png -$(outdir)/%.ly: %.ly - cp $< $@ - diff --git a/tex/texinfo.tex b/tex/texinfo.tex index 6bc9fcdadd..7590aeacf1 100644 --- a/tex/texinfo.tex +++ b/tex/texinfo.tex @@ -5062,7 +5062,7 @@ where each line of input produces a line of output.} % \maketwodispenvs {lisp}{example}{% \nonfillstart - \tt + \tt\quoteexpand \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. \gobble % eat return } -- 2.39.5