From 09aaf17158e781a8cf62463934e059ab87cb7423 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 18 Jan 2010 13:37:09 +0000 Subject: [PATCH] Build: fix weblinks generation. --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 1eb74f43bc..528d660b52 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -149,7 +149,7 @@ endif ######### ### Rules -$(outdir)/lilypond-%.info: $(outdir)/%.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi +$(outdir)/lilypond-%.info: $(outdir)/%.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi $(outdir)/weblinks.itexi $(MAKEINFO) -I$(src-dir) -I$(outdir) --output=$@ $< # cd $(outdir) rule gets bit hairy for --srcdir configure builds -- 2.39.5