* tex/texinfo.tex (sectionheading, q.v.): \quoteexpand for
@example
+2006-06-02 Han-Wen Nienhuys <hanwen@lilypond.org>
+
+ * make/mutopia-rules.make ($(outdir)/%.ly): eliminate duplicate recipe.
+
+ * tex/texinfo.tex (sectionheading, q.v.): \quoteexpand for
+ @example
+
2006-06-01 Han-Wen Nienhuys <hanwen@lilypond.org>
* scm/framework-ps.scm (output-framework): start system count at 1.
-$(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 $@ $<
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 $< $@
-
%
\maketwodispenvs {lisp}{example}{%
\nonfillstart
- \tt
+ \tt\quoteexpand
\let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
\gobble % eat return
}