From 163b072ce791e518e5c4b8caffee265f2903178a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 9 Apr 2007 14:44:33 +0200 Subject: [PATCH] A `make -j2' fix. --- Documentation/GNUmakefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: -- 2.39.5