From 409d457d0e623889d88eeff9c576bb74a32f1565 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sat, 14 Sep 2013 21:27:13 +0200 Subject: [PATCH] Build: Remove a couple of unused rules. Part of issue 3562: Build everything on first pass of make doc http://code.google.com/p/lilypond/issues/detail?id=3562 --- Documentation/misc/GNUmakefile | 3 --- stepmake/stepmake/generic-rules.make | 3 --- 2 files changed, 6 deletions(-) diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile index c39d801193..a1db6cd710 100644 --- a/Documentation/misc/GNUmakefile +++ b/Documentation/misc/GNUmakefile @@ -19,9 +19,6 @@ default: local-txt-doc OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(TEXTS))) ##local-WWW-2: $(OUT_TXT_FILES) $(OUT_HTMLFILES) txt-to-html -copy-for-me: - $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true - $(outdir)/%.txt: % cp $< $@ diff --git a/stepmake/stepmake/generic-rules.make b/stepmake/stepmake/generic-rules.make index 0b04186db4..3e527e2eb7 100644 --- a/stepmake/stepmake/generic-rules.make +++ b/stepmake/stepmake/generic-rules.make @@ -3,6 +3,3 @@ $(outdir)/%: %.m4 %.gz: % gzip -c9 $< > $@ - -$(outdir)/%.css: $(CSS_DIRECTORY)/%.css - ln -f $< $@ -- 2.39.2