From: Werner Lemberg Date: Mon, 9 Apr 2007 12:44:33 +0000 (+0200) Subject: A `make -j2' fix. X-Git-Tag: release/2.11.23-1~34^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=163b072ce791e518e5c4b8caffee265f2903178a;p=lilypond.git A `make -j2' fix. --- diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 94db986f5c..de30075092 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -13,20 +13,18 @@ include $(depth)/make/stepmake.make default: local-doc -local-WWW: copy-for-me txt-to-html $(outdir)/index.html +local-WWW: txt-to-html $(outdir)/index.html local-WWW-clean: deep-WWW-clean deep-WWW-clean: rm -rf $(outdir)/wiki-dump -copy-for-me: - $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true - OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) # cd $(outdir) rule gets bit hairy for --srcdir configure builds txt-to-html: + $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES) po-update: