]> git.donarmstrong.com Git - lilypond.git/commitdiff
A `make -j2' fix.
authorWerner Lemberg <wl@gnu.org>
Mon, 9 Apr 2007 12:44:33 +0000 (14:44 +0200)
committerWerner Lemberg <wl@gnu.org>
Mon, 9 Apr 2007 12:44:33 +0000 (14:44 +0200)
Documentation/GNUmakefile

index 94db986f5c9e239cc65bc1d710cc9f0bbc8dde52..de30075092550030b14c04607ece5a280fe9a595 100644 (file)
@@ -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: