2006-06-02 Han-Wen Nienhuys <hanwen@lilypond.org>
+ * make/mutopia-vars.make (ly_examples): remove .txt from .ly.txt
+
* make/mutopia-rules.make ($(outdir)/%.ly): eliminate duplicate recipe.
* tex/texinfo.tex (sectionheading, q.v.): \quoteexpand for
LYM4_FILES = $(call src-wildcard,*.lym4)
EXTRA_DIST_FILES += $(M4_FILES) $(LYM4_FILES)
-ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly.txt, $(examples)))
+ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly, $(examples)))
all_examples=$(examples)
ps_examples=$(addprefix $(outdir)/, $(addsuffix .ps.gz, $(all_examples)))
pdf_examples=$(addprefix $(outdir)/, $(addsuffix .pdf, $(all_examples)))