From 7087ce13ad6508552bea1f56f3d39756a396a55d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 2 Jun 2006 21:57:14 +0000 Subject: [PATCH] (ly_examples): remove .txt from .ly.txt --- ChangeLog | 2 ++ make/mutopia-vars.make | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f0cc40a4a4..162f0804ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-06-02 Han-Wen Nienhuys + * 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 diff --git a/make/mutopia-vars.make b/make/mutopia-vars.make index 22c63ba39a..1e09d8dcec 100644 --- a/make/mutopia-vars.make +++ b/make/mutopia-vars.make @@ -10,7 +10,7 @@ M4_FILES = $(call src-wildcard,*.m4) 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))) -- 2.39.5