From: Julien Rioux Date: Sat, 14 Sep 2013 19:27:13 +0000 (+0200) Subject: Build: Remove a couple of unused rules. X-Git-Tag: release/2.17.27-1~2^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=409d457d0e623889d88eeff9c576bb74a32f1565;p=lilypond.git 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 --- 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 $< $@